Skip to content

Commit 29714fb

Browse files
authored
remove redundant checksums
1 parent a498f68 commit 29714fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
- name: checksum
6767
working-directory: void-packages/hostdir/binpkgs/
6868
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
69+
sha256sum $(echo librewolf-*.${{ matrix.arch }}.xbps)
70+
sha512sum $(echo librewolf-*.${{ matrix.arch }}.xbps)
7171
7272
- name: release
7373
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)