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 56
56
- config:
57
57
# Human identifier for the job.
58
58
name: Windows
59
- runs-on: [self-hosted, windows-sign-pc]
59
+ runs-on: windows-2019
60
60
# The value is a string representing a JSON document.
61
61
# Setting this to null causes the job to run directly in the runner machine instead of in a container.
62
62
container: |
79
79
# otherwise paths in the build job will be too long for `light.exe`
80
80
# we use the below as a Symbolic link (just changing the wd will break the checkout action)
81
81
# this is a work around (see: https://github.com/actions/checkout/issues/197).
82
- working-directory: 'C:\a'
83
82
artifacts:
84
83
- path: '*Windows_64bit.exe'
85
84
name: Windows_X86-64_interactive_installer
@@ -633,6 +632,9 @@ jobs:
633
632
path : ${{ env.ARTIFACTS_FOLDER }}
634
633
pattern : ${{ env.JOB_TRANSFER_ARTIFACT_PREFIX }}*
635
634
635
+ - run : |
636
+ ls -lAR "${{ env.ARTIFACTS_FOLDER }}"
637
+
636
638
- name : Get Tag
637
639
id : tag_name
638
640
run : |
You can’t perform that action at this time.
0 commit comments