Skip to content

Commit a6f68c3

Browse files
committed
github-actions: upload release artifacts directly
They will be zipped and that's the format Signpath expects it to be. But if we upload the already existing unsigned*.zip, it will be double-zipped, which is what Signpath cannot handle. Signed-off-by: Christian Brabandt <[email protected]>
1 parent 910b037 commit a6f68c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows-arm-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ jobs:
100100
env:
101101
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
102102
with:
103-
name: arm64-windows-unsigned-zip-archive.zip
103+
name: arm64-windows-unsigned-archive
104104
path: |
105-
unsigned*.zip
105+
gvim*arm64.*
106106
107107
- name: Attest Zip File for Signpath
108108
uses: actions/attest-build-provenance@v2

0 commit comments

Comments
 (0)