diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ffa989f..a19430e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,6 +34,7 @@ jobs: with: prerelease: true allowUpdates: true + replacesArtifacts: false discussionCategory: autobuilded-releases artifacts: "build/windows/runner/Release/TetraStats-${{github.ref_name}}-windows.zip" tag: Auto-${{ github.run_number }} @@ -58,6 +59,7 @@ jobs: with: prerelease: true allowUpdates: true + replacesArtifacts: false discussionCategory: autobuilded-releases artifacts: "build/app/outputs/apk/flutter-apk/*" tag: Auto-${{ github.run_number }}