Skip to content

Commit

Permalink
artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
0PandaDEV committed Apr 11, 2024
1 parent 8f7455c commit b925886
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,10 @@ jobs:
- name: install frontend dependencies
run: npm install -g pnpm && pnpm install

- uses: tauri-apps/tauri-action@v0
- uses: tauri-apps/tauri-action@v0

- name: Publish Artifact
uses: actions/upload-artifact@v3
with:
name: build-${{ matrix.platform }}
path: src-tauri/target/release/bundle/

0 comments on commit b925886

Please sign in to comment.