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

This commit is contained in:
Brandon4466
2025-06-08 02:31:34 -07:00
parent daa55c95bd
commit f7c4c05599

View File

@@ -22,9 +22,9 @@ jobs:
- name: List files
run: ls -lh
- name: Upload to Release
uses: actions/gitea-release@main
uses: actions/release-action@main
with:
files: |-
bang
api_key: '82a28e80eff717eed36be0abf03057f3bc02c9c9'
bin/**
api_key: '${{secrets.RELEASE_TOKEN}}'
- run: echo "This job's status is ${{ job.status }}."