Compare commits
1 Commits
v1.0.3
..
5e4a10c573
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e4a10c573 |
@@ -67,8 +67,6 @@ jobs:
|
|||||||
name: Build versioned release
|
name: Build versioned release
|
||||||
needs: [lint, test]
|
needs: [lint, test]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -120,10 +118,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/
|
||||||
|
|
||||||
# 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
|
- name: Release binaries
|
||||||
uses: https://gitea.com/actions/gitea-release-action@v1
|
uses: https://gitea.com/actions/release-action@main
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
bin/**
|
bin/**
|
||||||
|
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||||
|
|||||||
Reference in New Issue
Block a user