Skip to content

Commit 4a1315c

Browse files
committed
Fix uploading arch file to the release
1 parent 2542093 commit 4a1315c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
files: |
9393
apphatch-debian-${{ github.ref_name }}/*.deb
9494
apphatch-fedora-${{ github.ref_name }}/*.rpm
95-
apphatch-arch-${{ github.ref_name }}/*.tar.gz
95+
apphatch-arch-${{ github.ref_name }}/*.pkg.tar.zst
9696
draft: false
9797
prerelease: false
9898

0 commit comments

Comments
 (0)