Merge pull request 'small temporary fix for release updating not working' (#28) from develop into master
Reviewed-on: #28
This commit is contained in:
@@ -114,9 +114,15 @@ jobs:
|
|||||||
CGO_ENABLED: 1
|
CGO_ENABLED: 1
|
||||||
CC: x86_64-w64-mingw32-gcc
|
CC: x86_64-w64-mingw32-gcc
|
||||||
|
|
||||||
- name: Release binaries
|
- name: Upload artifact
|
||||||
uses: https://gitea.com/actions/release-action@main
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
files: |-
|
name: swiped-mod-switcher-${{github.ref_name}}-${{github.run_number}}
|
||||||
bin/**
|
path: 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