Skip to content

Commit 7337577

Browse files
committed
(d) Configure build system for testing
1 parent 3c95304 commit 7337577

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
@@ -56,7 +56,7 @@ env:
5656
- config:
5757
# Human identifier for the job.
5858
name: Windows
59-
runs-on: [self-hosted, windows-sign-pc]
59+
runs-on: windows-2019
6060
# The value is a string representing a JSON document.
6161
# Setting this to null causes the job to run directly in the runner machine instead of in a container.
6262
container: |
@@ -79,7 +79,6 @@ env:
7979
# otherwise paths in the build job will be too long for `light.exe`
8080
# we use the below as a Symbolic link (just changing the wd will break the checkout action)
8181
# this is a work around (see: https://github.com/actions/checkout/issues/197).
82-
working-directory: 'C:\a'
8382
artifacts:
8483
- path: '*Windows_64bit.exe'
8584
name: Windows_X86-64_interactive_installer
@@ -633,6 +632,9 @@ jobs:
633632
path: ${{ env.ARTIFACTS_FOLDER }}
634633
pattern: ${{ env.JOB_TRANSFER_ARTIFACT_PREFIX }}*
635634

635+
- run: |
636+
ls -lAR "${{ env.ARTIFACTS_FOLDER }}"
637+
636638
- name: Get Tag
637639
id: tag_name
638640
run: |

0 commit comments

Comments
 (0)