Skip to content

Commit

Permalink
used upload artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Girish Joshi <mail@girishjoshi.io>
  • Loading branch information
girish946 committed Feb 11, 2024
1 parent 8927cc0 commit a6f81fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@ jobs:
# releaseBody: "See the assets to download this version and install."
# releaseDraft: true
# prerelease: false
- uses: actions/upload-artifact@v4
with:
name: builds
path: |
src-tauri/target/release/bundle/deb/*.deb
src-tauri/target/release/bundle/appimage/*.AppImage

0 comments on commit a6f81fd

Please sign in to comment.