Skip to content

Commit fc132c9

Browse files
committed
build: also exclude deps
1 parent 6fa9ce6 commit fc132c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-linux/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
- name: Zip to preserve permissions
3434
run: |
3535
cd src-tauri/target/release
36-
tar -czvf ${{ github.workspace }}/${{ steps.set-env.outputs.artifact_name }}.tar.gz --exclude=bundle --exclude=build .
36+
tar -czvf ${{ github.workspace }}/${{ steps.set-env.outputs.artifact_name }}.tar.gz --exclude=bundle --exclude=build --exclude=deps .
3737
shell: bash
3838

3939
- name: Upload binary as artifact

0 commit comments

Comments
 (0)