Fixed workflow build
Some checks failed
/ build (push) Failing after 1m55s

This commit is contained in:
lichenblankie 2026-04-11 03:57:45 +00:00
parent 24f89c46f6
commit d1114233d2

View file

@ -31,16 +31,8 @@ jobs:
cp dist/TinyWeb TinyWeb-linux-x64 cp dist/TinyWeb TinyWeb-linux-x64
chmod +x TinyWeb-linux-x64 chmod +x TinyWeb-linux-x64
release:
needs: build
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: Make executable
run: chmod +x TinyWeb-linux-x64
- name: Create Release - name: Create Release
if: startsWith(github.ref, 'refs/tags/v')
uses: https://code.forgejo.org/actions/forgejo-release@v2 uses: https://code.forgejo.org/actions/forgejo-release@v2
with: with:
direction: upload direction: upload