Merge pull request 'small temporary fix for release updating not working' (#28) from develop into master
All checks were successful
CI / Test (push) Successful in 2m13s
CI / Lint (push) Successful in 2m16s
CI / Build (push) Successful in 2m51s

Reviewed-on: #28
This commit is contained in:
s1d3sw1ped
2024-05-20 09:46:30 +00:00

View File

@@ -114,9 +114,15 @@ jobs:
CGO_ENABLED: 1
CC: x86_64-w64-mingw32-gcc
- name: Release binaries
uses: https://gitea.com/actions/release-action@main
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
files: |-
bin/**
api_key: '${{secrets.RELEASE_TOKEN}}'
name: swiped-mod-switcher-${{github.ref_name}}-${{github.run_number}}
path: bin/
# - name: Release binaries
# uses: https://gitea.com/actions/release-action@main
# with:
# files: |-
# bin/**
# api_key: '${{secrets.RELEASE_TOKEN}}'