workflow updates
Some checks failed
Build bang-server / Explore-Gitea-Actions (push) Failing after 3s

This commit is contained in:
Brandon4466
2025-06-08 02:28:37 -07:00
parent 494d52462b
commit d17c2dd527

View File

@@ -23,4 +23,8 @@ jobs:
run: ls -lh run: ls -lh
- name: Upload to Release - name: Upload to Release
uses: actions/gitea-release@main uses: actions/gitea-release@main
with:
files: |-
bang
api_key: '${{secrets.RELEASE_TOKEN}}'
- run: echo "This job's status is ${{ job.status }}." - run: echo "This job's status is ${{ job.status }}."