1 Commits

Author SHA1 Message Date
s1d3sw1ped
12a9c101f2 Merge pull request 'Merge pull request 'update-develop' (#26) from update-develop into develop' (#27) from develop into master
Some checks failed
CI / Test (push) Successful in 1m21s
CI / Lint (push) Successful in 1m55s
CI / Build (push) Successful in 2m33s
Release versioned tag / Test (push) Successful in 1m35s
Release versioned tag / Lint (push) Successful in 2m5s
Release versioned tag / Build versioned release (push) Failing after 2m11s
Reviewed-on: #27
2024-05-20 07:22:04 +00:00

View File

@@ -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}}'