This commit is contained in:
parent
27edc9f279
commit
ac088cc291
1 changed files with 7 additions and 1 deletions
|
|
@ -30,5 +30,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cp dist/TinyWeb TinyWeb-linux-x64
|
cp dist/TinyWeb TinyWeb-linux-x64
|
||||||
chmod +x TinyWeb-linux-x64
|
chmod +x TinyWeb-linux-x64
|
||||||
ls -la TinyWeb-linux-x64
|
gzip -k TinyWeb-linux-x64
|
||||||
|
|
||||||
|
- name: Upload artifact
|
||||||
|
uses: https://code.forgejo.org/actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: TinyWeb-linux-x64
|
||||||
|
path: TinyWeb-linux-x64.gz
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue