Workflow: lets hope it will work just fine

This commit is contained in:
dan63047 2023-07-12 18:32:32 +03:00
parent 4ac1a551b4
commit cb52479a40
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ jobs:
with: with:
prerelease: true prerelease: true
allowUpdates: true allowUpdates: true
replacesArtifacts: false
discussionCategory: autobuilded-releases discussionCategory: autobuilded-releases
artifacts: "build/windows/runner/Release/TetraStats-${{github.ref_name}}-windows.zip" artifacts: "build/windows/runner/Release/TetraStats-${{github.ref_name}}-windows.zip"
tag: Auto-${{ github.run_number }} tag: Auto-${{ github.run_number }}
@ -58,6 +59,7 @@ jobs:
with: with:
prerelease: true prerelease: true
allowUpdates: true allowUpdates: true
replacesArtifacts: false
discussionCategory: autobuilded-releases discussionCategory: autobuilded-releases
artifacts: "build/app/outputs/apk/flutter-apk/*" artifacts: "build/app/outputs/apk/flutter-apk/*"
tag: Auto-${{ github.run_number }} tag: Auto-${{ github.run_number }}