[CI] Label artifact as tar.gz.zip

This commit is contained in:
LDA 2024-09-11 12:42:31 +02:00
commit 79e65f0822

View file

@ -80,8 +80,8 @@ jobs:
tar -czvf "$(uname)-$(uname -m).tgz" bins
cp "$(uname)-$(uname -m).tgz" ..
echo "PGZ=$(uname)-$(uname -m).tgz" >> $GITHUB_ENV
- name: Upload it all
- name: Upload it all(as a ZIP of a .TGZ)
uses: https://github.com/christopherhx/gitea-upload-artifact@v4
with:
name: ${{ env.PGZ }}
name: ${{ env.PGZ }}.zip
path: ${{ env.PGZ }}