Update .gitea/workflows/tag-release.yaml

re-enable release binaries
This commit is contained in:
s1d3sw1ped
2024-07-26 15:10:47 +00:00
parent 42af2d6d25
commit ac5fef3a6b

View File

@@ -116,9 +116,9 @@ jobs:
name: swiped-mod-switcher-${{github.ref_name}}-${{github.run_number}}
path: bin/
# - name: Release binaries
# uses: https://gitea.com/actions/release-action@main
# with:
# files: |-
# bin/**
# api_key: '${{secrets.RELEASE_TOKEN}}'
- name: Release binaries
uses: https://gitea.com/actions/release-action@main
with:
files: |-
bin/**
api_key: '${{secrets.RELEASE_TOKEN}}'