Fixed workflow build
Some checks failed
/ build (push) Failing after 2m7s

This commit is contained in:
lichenblankie 2026-04-11 04:23:48 +00:00
parent 27edc9f279
commit ac088cc291

View file

@ -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