Skip to content

Commit

Permalink
fix: artifacts upload deb (#65)
Browse files Browse the repository at this point in the history
* fix: upload deb package artifact on release

* fix: uploading PKGBUILD as an artifact
  • Loading branch information
vncsmyrnk authored Oct 13, 2024
1 parent 55c6fef commit c1f2aab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
path: |
./todayiwill/target/release
./todayiwill_*.deb
./PKGBUILD
./install-*
./uninstall-*
Expand Down Expand Up @@ -114,6 +115,7 @@ jobs:
artifacts/todayiwill/target/release/todayiwill
artifacts/PKGBUILD
artifacts/install-*
artifacts/todayiwill_*.deb
artifacts/uninstall-*
body: |
# Changelog
Expand Down

0 comments on commit c1f2aab

Please sign in to comment.