Skip to content

Commit

Permalink
Include linux .deb
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptex-github authored Nov 29, 2023
1 parent 4cc1297 commit 972f6e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,13 @@ jobs:
!src-tauri/target/x86_64-unknown-linux-gnu/release/bundle/appimage/adapt.AppDir
!src-tauri/target/x86_64-unknown-linux-gnu/release/bundle/appimage/*.sh
- name: Upload .deb artifact
uses: actions/upload-artifact@v3
with:
name: app-linux-x86_64
path: |
src-tauri/target/x86_64-unknown-linux-gnu/release/bundle/deb
deploy-to-downloads:
environment:
name: github-pages
Expand Down Expand Up @@ -225,6 +232,7 @@ jobs:
mv linux-x86_64/*.AppImage linux-x86_64/Adapt.AppImage
mv linux-x86_64/*.AppImage.tar.gz linux-x86_64/Adapt.AppImage.tar.gz
mv linux-x86_64/*.AppImage.tar.gz.sig linux-x86_64/Adapt.AppImage.tar.gz.sig
mv linux-x86_64/*.deb linux-x86_64/Adapt.deb
- name: Copy to artifacts dir
run: |
Expand Down

0 comments on commit 972f6e9

Please sign in to comment.