I don't know what I'm doing
This commit is contained in:
parent
0d7c0635b5
commit
f5a9123e15
|
@ -35,7 +35,7 @@ jobs:
|
||||||
prerelease: true
|
prerelease: 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 }}
|
||||||
body: This build was builded with GitHub Action workflow
|
body: This build was builded with GitHub Action workflow
|
||||||
token: ${{ secrets.TOKEN }}
|
token: ${{ secrets.TOKEN }}
|
||||||
build-and-release-android:
|
build-and-release-android:
|
||||||
|
@ -58,6 +58,6 @@ jobs:
|
||||||
prerelease: true
|
prerelease: true
|
||||||
# discussionCategory: autobuilded-releases
|
# 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
|
||||||
token: ${{ secrets.TOKEN }}
|
token: ${{ secrets.TOKEN }}
|
Loading…
Reference in New Issue