Workflow: screw you

This commit is contained in:
dan63047 2023-07-12 01:12:05 +03:00
parent f5a9123e15
commit 079c922b29
1 changed files with 3 additions and 1 deletions

View File

@ -33,6 +33,7 @@ jobs:
uses: ncipollo/release-action@v1 uses: ncipollo/release-action@v1
with: with:
prerelease: true prerelease: true
allowUpdates: true
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 }}
@ -56,7 +57,8 @@ jobs:
uses: ncipollo/release-action@v1 uses: ncipollo/release-action@v1
with: with:
prerelease: true prerelease: true
# discussionCategory: autobuilded-releases allowUpdates: true
discussionCategory: autobuilded-releases
artifacts: "build/app/outputs/apk/debug/*" artifacts: "build/app/outputs/apk/debug/*"
tag: Auto-${{ github.run_number }} tag: Auto-${{ github.run_number }}
body: This build was builded with GitHub Action workflow body: This build was builded with GitHub Action workflow