Skip to content

Commit

Permalink
build: attach artifacts to release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewinci committed Sep 26, 2022
1 parent 4696410 commit ad4ed6b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
with:
files: |
"src-tauri/target/release/bundle/deb/*.deb",
"src-tauri/target/release/bundle/appimage/*.AppImage",
"src-tauri/target/release/bundle/dmg/*.dmg"
src-tauri/target/release/bundle/deb/insulator-*_amd64.deb
src-tauri/target/release/bundle/appimage/insulator-*_amd64.AppImage
src-tauri/target/release/bundle/appimage/insulator-*_amd64.AppImage.tar.gz
src-tauri/target/release/bundle/appimage/insulator-*_amd64.AppImage.tar.gz.sig
src-tauri/target/release/bundle/dmg/*.dmg
src-tauri/target/release/bundle/macos/Insulator*.app.tar.gz
src-tauri/target/release/bundle/macos/Insulator*.app.tar.gz.sig

0 comments on commit ad4ed6b

Please sign in to comment.