Skip to content

Commit aee5dd7

Browse files
committed
fix archive including skel/
1 parent 2ae8088 commit aee5dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
EOF
206206
207207
- name: Tar bundle to keep permissions
208-
run: tar -cvf ArduinoCreateAgent.app.tar skel/ArduinoCreateAgent.app/
208+
run: tar -cvf ArduinoCreateAgent.app.tar -C skel/ .
209209

210210
- name: Upload artifacts
211211
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)