We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938e1ee commit e1ec96fCopy full SHA for e1ec96f
.github/workflows/release_pipeline.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Compress the build
30
run: |
31
cd dist
32
- tar -czvf arduino_logique_macos.tar.gz arduino_logique
+ tar -chzvf arduino_logique_macos.tar.gz arduino_logique
33
34
- name: Upload artifact
35
uses: actions/upload-artifact@v3
0 commit comments