Skip to content

Commit c3f30e3

Browse files
definitelynotagoblinddlees
authored andcommitted
Flatten signed zip artifacts to better match unsigned artifact composition
1 parent abfd482 commit c3f30e3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ jobs:
138138
- name: Zip Signed Executables
139139
run: |
140140
mkdir zipped
141-
7z a -tzip -mx9 zipped/${{ env.FILE_NAME }}.zip signed/*
141+
cd signed
142+
7z a -tzip -mx9 ../zipped/${{ env.FILE_NAME }}.zip *
142143
143144
- name: Checksum Zipped Files
144145
run: |

0 commit comments

Comments
 (0)