Skip to content

Commit 8b8b2df

Browse files
committed
step out of folder to zip
1 parent 1fbc39d commit 8b8b2df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/parallel_build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
# Create final framework ZIP
8888
cd framework-arduinoespressif32
8989
mv release-info.txt ..
90+
cd ..
9091
zip -qr framework-arduinoespressif32.zip framework-arduinoespressif32
9192
9293
- name: Release fraamework-arduinoespressif32
@@ -96,7 +97,7 @@ jobs:
9697
body_path: release-info.txt
9798
prerelease: true
9899
files: |
99-
framework-arduinoespressif32/framework*.zip
100+
framework-arduinoespressif32.zip
100101
release-info.txt
101102
env:
102103
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)