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 80df7f6 commit 981dfabCopy full SHA for 981dfab
.github/workflows/cd.yml
@@ -40,10 +40,12 @@ jobs:
40
- name: include GPG pubkey
41
run: echo "${{ secrets.GPG_PUBLIC_KEY }}" | base64 -d > $FILENAME/pkgx.dev.pub.asc
42
- run: tar cJf $FILENAME.tar.xz $FILENAME
43
+ - run: tar czf $FILENAME.tar.zz $FILENAME
44
- name: attach srcs to release
45
run: gh release upload --clobber
46
v${{ github.event.inputs.version }}
47
../$FILENAME.tar.xz
48
+ ../$FILENAME.tar.gz
49
working-directory:
50
${{ env.FILENAME }}
51
env:
0 commit comments