Skip to content

Commit 6fa9ce6

Browse files
committed
build: exclude folder to reduce the artifact size
1 parent 4023eb5 commit 6fa9ce6

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 .
36+
tar -czvf ${{ github.workspace }}/${{ steps.set-env.outputs.artifact_name }}.tar.gz --exclude=bundle --exclude=build .
3737
shell: bash
3838

3939
- name: Upload binary as artifact

0 commit comments

Comments
 (0)