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}} name: swiped-mod-switcher-${{github.ref_name}}-${{github.run_number}}
path: bin/ path: bin/
# - name: Release binaries - name: Release binaries
# uses: https://gitea.com/actions/release-action@main uses: https://gitea.com/actions/release-action@main
# with: with:
# files: |- files: |-
# bin/** bin/**
# api_key: '${{secrets.RELEASE_TOKEN}}' api_key: '${{secrets.RELEASE_TOKEN}}'