Fixed workflow build
All checks were successful
/ build (push) Successful in 1m55s

This commit is contained in:
lichenblankie 2026-04-11 04:15:02 +00:00
parent d5061eade9
commit 27edc9f279

View file

@ -30,15 +30,5 @@ jobs:
run: |
cp dist/TinyWeb TinyWeb-linux-x64
chmod +x TinyWeb-linux-x64
- name: Create Release
if: startsWith(github.ref, 'refs/tags/v')
uses: https://code.forgejo.org/actions/forgejo-release@v2
with:
direction: upload
release-dir: .
override: true
prerelease: ${{ contains(github.ref_name, 'alpha') || contains(github.ref_name, 'beta') }}
env:
FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
ls -la TinyWeb-linux-x64