mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 21:15:11 +00:00
[CI] Label artifact as tar.gz.zip
This commit is contained in:
parent
79c94759da
commit
79e65f0822
1 changed files with 2 additions and 2 deletions
|
|
@ -80,8 +80,8 @@ jobs:
|
||||||
tar -czvf "$(uname)-$(uname -m).tgz" bins
|
tar -czvf "$(uname)-$(uname -m).tgz" bins
|
||||||
cp "$(uname)-$(uname -m).tgz" ..
|
cp "$(uname)-$(uname -m).tgz" ..
|
||||||
echo "PGZ=$(uname)-$(uname -m).tgz" >> $GITHUB_ENV
|
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
|
uses: https://github.com/christopherhx/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ env.PGZ }}
|
name: ${{ env.PGZ }}.zip
|
||||||
path: ${{ env.PGZ }}
|
path: ${{ env.PGZ }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue