Update .gitea/workflows/release.yml
Some checks failed
/ release (push) Failing after 50s

This commit is contained in:
Benjamyn Love 2025-03-20 22:34:06 -04:00
parent 3fffee0007
commit 6b6fa96afb

View File

@ -36,6 +36,8 @@ jobs:
/root/.cargo/bin/cargo build --release
- name: Release
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: "{{ secrets.GT_TOKEN }}"
with:
token: ${{ secrets.GT_TOKEN }}
files: |