mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 15:15:10 +00:00
[CI] Try compressing the compress
This commit is contained in:
parent
63772d50ab
commit
4164eb5ed2
1 changed files with 3 additions and 2 deletions
|
|
@ -65,8 +65,9 @@ jobs:
|
||||||
- name: Create a final archive
|
- name: Create a final archive
|
||||||
run: |
|
run: |
|
||||||
cd parsee
|
cd parsee
|
||||||
echo "NAM=parsee-$(uname)-$(uname -m)" >> $GITHUB_ENV
|
echo "NAM=parsee-$(uname)-$(uname -m).tar.gz" >> $GITHUB_ENV
|
||||||
echo "DIR=$PWD/bins" >> $GITHUB_ENV
|
tar -czvf $PWD/bins.tar.hz $PWD/bins
|
||||||
|
echo "DIR=$PWD/bins.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://code.forgejo.org/forgejo/upload-artifact@v4
|
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue