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 6fa9ce6 commit fc132c9Copy full SHA for fc132c9
.github/actions/build-linux/action.yaml
@@ -33,7 +33,7 @@ runs:
33
- name: Zip to preserve permissions
34
run: |
35
cd src-tauri/target/release
36
- tar -czvf ${{ github.workspace }}/${{ steps.set-env.outputs.artifact_name }}.tar.gz --exclude=bundle --exclude=build .
+ tar -czvf ${{ github.workspace }}/${{ steps.set-env.outputs.artifact_name }}.tar.gz --exclude=bundle --exclude=build --exclude=deps .
37
shell: bash
38
39
- name: Upload binary as artifact
0 commit comments