Update .gitea/workflows/tag-release.yaml
All checks were successful
CI / Lint (push) Successful in 2m34s
CI / Test (push) Successful in 2m48s
CI / Build (push) Successful in 3m29s
Release versioned tag / Lint (push) Successful in 2m9s
Release versioned tag / Test (push) Successful in 2m36s
Release versioned tag / Build versioned release (push) Successful in 3m35s

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

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}}'