mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 12:15:12 +00:00
[CI] Try using directory
This commit is contained in:
parent
619f49f8c8
commit
0586e863e7
1 changed files with 3 additions and 2 deletions
|
|
@ -79,9 +79,10 @@ jobs:
|
|||
cp $(find . -maxdepth 1 -name "*.$(uname -m)") bins
|
||||
tar -czvf "$(uname)-$(uname -m).tar.gz" bins
|
||||
cp "$(uname)-$(uname -m).tar.gz" ..
|
||||
echo "PGZ=$(uname)-$(uname -m).tar.gz" >> $GITHUB_ENV
|
||||
echo "NAM=parsee-$(uname)-$(uname -m)" >> $GITHUB_ENV
|
||||
echo "DIR=$PWD/bins" >> $GITHUB_ENV
|
||||
- name: Upload it all(as a ZIP of a .TGZ)
|
||||
uses: https://github.com/christopherhx/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: ${{ env.PGZ }}
|
||||
path: ${{ env.PGZ }}
|
||||
path: ${{ env.DIR }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue