Skip to content

Commit

Permalink
Upload built binaries to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Dec 6, 2023
1 parent 408e075 commit e405133
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Build
id: build
uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: tauri-app
path: ${{ steps.build.outputs.artifactPaths }}

0 comments on commit e405133

Please sign in to comment.