[CI] Actual tgz.zip

This commit is contained in:
LDA 2024-09-11 12:43:11 +02:00
commit b55457d5fe

View file

@ -77,9 +77,9 @@ jobs:
ls "${PREFIX}"
ls .
cp $(find . -maxdepth 1 -name "*.$(uname -m)") bins
tar -czvf "$(uname)-$(uname -m).tgz" bins
tar -czvf "$(uname)-$(uname -m).tar.gz" bins
cp "$(uname)-$(uname -m).tgz" ..
echo "PGZ=$(uname)-$(uname -m).tgz" >> $GITHUB_ENV
echo "PGZ=$(uname)-$(uname -m).tar.gz" >> $GITHUB_ENV
- name: Upload it all(as a ZIP of a .TGZ)
uses: https://github.com/christopherhx/gitea-upload-artifact@v4
with: