Workflow: i am a dumbass
This commit is contained in:
parent
c7edef7bcd
commit
2120702961
|
@ -10,7 +10,7 @@ on:
|
|||
- develop
|
||||
name: "Build & Release"
|
||||
jobs:
|
||||
build:
|
||||
build-and-release-windows:
|
||||
name: Build Windows App
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
|
@ -40,7 +40,7 @@ jobs:
|
|||
tag: Automated build №${{ github.run_number }}
|
||||
body: This build was builded with GitHub Action workflow
|
||||
token: ${{ secrets.TOKEN }}
|
||||
build:
|
||||
build-and-release-android:
|
||||
name: Build Android App
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue