We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a498f68 commit 29714fbCopy full SHA for 29714fb
.github/workflows/main.yml
@@ -66,8 +66,8 @@ jobs:
66
- name: checksum
67
working-directory: void-packages/hostdir/binpkgs/
68
run: |
69
- sha256sum $(echo librewolf-*.${{ matrix.arch }}.xbps) | tee $(echo librewolf-*.${{ matrix.arch }}.xbps).sha256sum
70
- sha512sum $(echo librewolf-*.${{ matrix.arch }}.xbps) | tee $(echo librewolf-*.${{ matrix.arch }}.xbps).sha512sum
+ sha256sum $(echo librewolf-*.${{ matrix.arch }}.xbps)
+ sha512sum $(echo librewolf-*.${{ matrix.arch }}.xbps)
71
72
- name: release
73
uses: softprops/action-gh-release@v2
0 commit comments