We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92115d2 commit b4257ffCopy full SHA for b4257ff
.github/workflows/build.yml
@@ -63,6 +63,7 @@ jobs:
63
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64
run: cargo tauri build ${{ matrix.args }}
65
66
+ - name: upload build artifacts
67
uses: actions/upload-artifact@v4
68
with:
69
name: tauri-builds-${{ matrix.platform }}
0 commit comments