diff --git a/.github/actions/build-linux/action.yaml b/.github/actions/build-linux/action.yaml index 51ceb435a..059a11e0f 100644 --- a/.github/actions/build-linux/action.yaml +++ b/.github/actions/build-linux/action.yaml @@ -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