Compare commits
1 Commits
develop
...
12a9c101f2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
12a9c101f2 |
@@ -114,15 +114,9 @@ jobs:
|
|||||||
CGO_ENABLED: 1
|
CGO_ENABLED: 1
|
||||||
CC: x86_64-w64-mingw32-gcc
|
CC: x86_64-w64-mingw32-gcc
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Release binaries
|
||||||
uses: actions/upload-artifact@v3
|
uses: https://gitea.com/actions/release-action@main
|
||||||
with:
|
with:
|
||||||
name: swiped-mod-switcher-${{github.ref_name}}-${{github.run_number}}
|
files: |-
|
||||||
path: bin/
|
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}}'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user