Workflow: screw you
This commit is contained in:
parent
f5a9123e15
commit
079c922b29
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue