From 079c922b29041b536456c082b67c6b92fd3c5543 Mon Sep 17 00:00:00 2001 From: dan63047 Date: Wed, 12 Jul 2023 01:12:05 +0300 Subject: [PATCH] Workflow: screw you --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b7eeeb3..608f6c2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,6 +33,7 @@ jobs: uses: ncipollo/release-action@v1 with: prerelease: true + allowUpdates: true discussionCategory: autobuilded-releases artifacts: "build/windows/runner/Release/TetraStats-${{github.ref_name}}-windows.zip" tag: Auto-${{ github.run_number }} @@ -56,7 +57,8 @@ jobs: uses: ncipollo/release-action@v1 with: prerelease: true - # discussionCategory: autobuilded-releases + allowUpdates: true + discussionCategory: autobuilded-releases artifacts: "build/app/outputs/apk/debug/*" tag: Auto-${{ github.run_number }} body: This build was builded with GitHub Action workflow