Skip to content

Commit

Permalink
fix: build action
Browse files Browse the repository at this point in the history
  • Loading branch information
hesam-init committed Aug 9, 2024
1 parent 62f8c07 commit 1702bb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ jobs:
- name: sign
working-directory: void-packages/hostdir/binpkgs/
run: |
ls -la
xbps-rindex -r $PWD
xbps-rindex -s --signedby "${{ env.REPO_NAME }}-github-action" --privkey <(printf '%s' "${{ secrets.PRIV_KEY }}") $PWD
xbps-rindex -S --privkey <(printf '%s' "${{ secrets.PRIV_KEY }}") $PWD/*.xbps
xbps-rindex -c $PWD
ls -la
# - name: checksum
# working-directory: void-packages/hostdir/binpkgs/
Expand All @@ -96,4 +96,5 @@ jobs:
void-packages/hostdir/binpkgs/*.xbps
void-packages/hostdir/binpkgs/*.sha256sum
void-packages/hostdir/binpkgs/*.sha512sum
void-packages/hostdir/binpkgs/*.sig2
void-packages/hostdir/binpkgs/*repodata

0 comments on commit 1702bb4

Please sign in to comment.