Skip to content

Commit 32d0118

Browse files
committed
(d) Configure build system for testing
1 parent d106588 commit 32d0118

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ env:
5555
- config:
5656
# Human identifier for the job.
5757
name: Windows
58-
runs-on: [self-hosted, windows-sign-pc]
58+
runs-on: windows-2019
5959
# The value is a string representing a JSON document.
6060
# Setting this to null causes the job to run directly in the runner machine instead of in a container.
6161
container: |
@@ -76,7 +76,6 @@ env:
7676
# otherwise paths in the build job will be too long for `light.exe`
7777
# we use the below as a Symbolic link (just changing the wd will break the checkout action)
7878
# this is a work around (see: https://github.com/actions/checkout/issues/197).
79-
working-directory: 'C:\a'
8079
artifacts:
8180
- path: '*Windows_64bit.exe'
8281
name: Windows_X86-64_interactive_installer
@@ -623,6 +622,9 @@ jobs:
623622
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
624623
path: ${{ env.JOB_TRANSFER_ARTIFACT }}
625624

625+
- run: |
626+
ls -lAR "${{ env.ARTIFACTS_FOLDER }}"
627+
626628
- name: Get Tag
627629
id: tag_name
628630
run: |

0 commit comments

Comments
 (0)