Update .gitea/workflows/tag-release.yaml
re-enable release binaries
This commit is contained in:
@@ -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}}'
|
||||||
|
|||||||
Reference in New Issue
Block a user