We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03282f6 commit d6f525eCopy full SHA for d6f525e
.github/workflows/build.yml
@@ -55,7 +55,7 @@ env:
55
- config:
56
# Human identifier for the job.
57
name: Windows
58
- runs-on: [self-hosted, windows-sign-pc]
+ runs-on: windows-2019
59
# The value is a string representing a JSON document.
60
# Setting this to null causes the job to run directly in the runner machine instead of in a container.
61
container: |
@@ -76,7 +76,6 @@ env:
76
# otherwise paths in the build job will be too long for `light.exe`
77
# we use the below as a Symbolic link (just changing the wd will break the checkout action)
78
# this is a work around (see: https://github.com/actions/checkout/issues/197).
79
- working-directory: 'C:\a'
80
artifacts:
81
- path: '*Windows_64bit.exe'
82
name: Windows_X86-64_interactive_installer
0 commit comments