Skip to content

Commit c7a227e

Browse files
committed
fixed path for upload
1 parent f1aead4 commit c7a227e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/win_exe_sign_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
uses: actions/upload-artifact@v4
207207
with:
208208
name: Espressif-IDE-win32-Signed
209-
path: artifacts/*
209+
path: artifacts/extracted/*
210210
overwrite: true
211211
if-no-files-found: error
212212

0 commit comments

Comments
 (0)