Workflow: lets hope it will work just fine
This commit is contained in:
parent
4ac1a551b4
commit
cb52479a40
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in New Issue