Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b2affec8d |
@@ -67,6 +67,8 @@ jobs:
|
||||
name: Build versioned release
|
||||
needs: [lint, test]
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
@@ -118,9 +120,10 @@ jobs:
|
||||
name: swiped-mod-switcher-${{github.ref_name}}-${{github.run_number}}
|
||||
path: bin/
|
||||
|
||||
# Prefer built-in job token (Eva): gitea-release-action@v1 defaults to
|
||||
# github.token / GITEA_TOKEN — no RELEASE_TOKEN / GIT_PACKAGES_TOKEN.
|
||||
- name: Release binaries
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
uses: https://gitea.com/actions/gitea-release-action@v1
|
||||
with:
|
||||
files: |-
|
||||
bin/**
|
||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||
|
||||
Reference in New Issue
Block a user