From ffd41348a01b020110292f552bffd826a814cc88 Mon Sep 17 00:00:00 2001 From: Justin Harms Date: Mon, 20 May 2024 04:29:53 -0500 Subject: [PATCH 1/2] small temporary fix for release updating not working --- .gitea/workflows/tag-release.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/tag-release.yaml b/.gitea/workflows/tag-release.yaml index 6782ca6..dba2a52 100644 --- a/.gitea/workflows/tag-release.yaml +++ b/.gitea/workflows/tag-release.yaml @@ -114,6 +114,12 @@ jobs: CGO_ENABLED: 1 CC: x86_64-w64-mingw32-gcc + - name: Upload artifact + uses: actions/upload-artifact@v3 + with: + name: swiped-mod-switcher-${{github.ref_name}}-${{github.run_number}} + path: bin/ + - name: Release binaries uses: https://gitea.com/actions/release-action@main with: From f8932166bbfc604a1d087014034a4038fe1be0fb Mon Sep 17 00:00:00 2001 From: Justin Harms Date: Mon, 20 May 2024 04:31:27 -0500 Subject: [PATCH 2/2] disable release update until fixed --- .gitea/workflows/tag-release.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/tag-release.yaml b/.gitea/workflows/tag-release.yaml index dba2a52..e738039 100644 --- a/.gitea/workflows/tag-release.yaml +++ b/.gitea/workflows/tag-release.yaml @@ -120,9 +120,9 @@ jobs: 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}}' + # - name: Release binaries + # uses: https://gitea.com/actions/release-action@main + # with: + # files: |- + # bin/** + # api_key: '${{secrets.RELEASE_TOKEN}}'