Skip to content

Commit

Permalink
Adding sig to release of pkgbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadrian committed Nov 27, 2024
1 parent 365d7aa commit 155c95f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: linux-artifact
path: ${{ runner.temp }}/*.pkg.tar.zst
path: |
${{ runner.temp }}/*.pkg.tar.zst
${{ runner.temp }}/*.pkg.tar.zst.sig
retention-days: 1

deploy-backend:
Expand Down

0 comments on commit 155c95f

Please sign in to comment.