File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 55
55
- config:
56
56
# Human identifier for the job.
57
57
name: Windows
58
- runs-on: [self-hosted, windows-sign-pc]
58
+ runs-on: windows-2019
59
59
# The value is a string representing a JSON document.
60
60
# Setting this to null causes the job to run directly in the runner machine instead of in a container.
61
61
container: |
76
76
# otherwise paths in the build job will be too long for `light.exe`
77
77
# we use the below as a Symbolic link (just changing the wd will break the checkout action)
78
78
# this is a work around (see: https://github.com/actions/checkout/issues/197).
79
- working-directory: 'C:\a'
80
79
artifacts:
81
80
- path: '*Windows_64bit.exe'
82
81
name: Windows_X86-64_interactive_installer
@@ -623,6 +622,9 @@ jobs:
623
622
name : ${{ env.JOB_TRANSFER_ARTIFACT }}
624
623
path : ${{ env.JOB_TRANSFER_ARTIFACT }}
625
624
625
+ - run : |
626
+ ls -lAR "${{ env.ARTIFACTS_FOLDER }}"
627
+
626
628
- name : Get Tag
627
629
id : tag_name
628
630
run : |
You can’t perform that action at this time.
0 commit comments