mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 13:45:10 +00:00
[CI] Actual tgz.zip
This commit is contained in:
parent
79e65f0822
commit
b55457d5fe
1 changed files with 2 additions and 2 deletions
|
|
@ -77,9 +77,9 @@ jobs:
|
||||||
ls "${PREFIX}"
|
ls "${PREFIX}"
|
||||||
ls .
|
ls .
|
||||||
cp $(find . -maxdepth 1 -name "*.$(uname -m)") bins
|
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" ..
|
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)
|
- name: Upload it all(as a ZIP of a .TGZ)
|
||||||
uses: https://github.com/christopherhx/gitea-upload-artifact@v4
|
uses: https://github.com/christopherhx/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue