Skip to content

Commit 981dfab

Browse files
committed
Also upload .tar.gz files
Closes #1135
1 parent 80df7f6 commit 981dfab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@ jobs:
4040
- name: include GPG pubkey
4141
run: echo "${{ secrets.GPG_PUBLIC_KEY }}" | base64 -d > $FILENAME/pkgx.dev.pub.asc
4242
- run: tar cJf $FILENAME.tar.xz $FILENAME
43+
- run: tar czf $FILENAME.tar.zz $FILENAME
4344
- name: attach srcs to release
4445
run: gh release upload --clobber
4546
v${{ github.event.inputs.version }}
4647
../$FILENAME.tar.xz
48+
../$FILENAME.tar.gz
4749
working-directory:
4850
${{ env.FILENAME }}
4951
env:

0 commit comments

Comments
 (0)