Skip to content

Commit

Permalink
build: also exclude deps
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickDinh committed Apr 1, 2024
1 parent 6fa9ce6 commit fc132c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-linux/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
- name: Zip to preserve permissions
run: |
cd src-tauri/target/release
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 .
shell: bash

- name: Upload binary as artifact
Expand Down

0 comments on commit fc132c9

Please sign in to comment.