Skip to content

Commit 9a8b624

Browse files
committed
fixing double zip
1 parent e8d43f4 commit 9a8b624

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/win_exe_sign_test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,15 +198,17 @@ jobs:
198198
/pa `
199199
$exe.FullName
200200
201-
- name: Repack signed Windows ZIP
201+
- name: Removing original ZIP from extracted folder
202202
run: |
203-
Compress-Archive -Path extracted\* -DestinationPath artifacts/Espressif-IDE-win32.win32.x86_64.zip -Force
203+
Remove-Item -Force artifacts\*.zip
204204
205205
- name: Upload Signed Windows ZIP
206206
uses: actions/upload-artifact@v4
207207
with:
208208
name: Espressif-IDE-win32-Signed
209-
path: artifacts/Espressif-IDE-win32.win32.x86_64.zip
209+
path: artifacts/
210+
overwrite: true
211+
if-no-files-found: error
210212

211213
# deploy:
212214
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)