Workflow: i am a dumbass

This commit is contained in:
dan63047 2023-07-12 00:36:28 +03:00
parent c7edef7bcd
commit 2120702961
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ on:
- develop - develop
name: "Build & Release" name: "Build & Release"
jobs: jobs:
build: build-and-release-windows:
name: Build Windows App name: Build Windows App
runs-on: windows-latest runs-on: windows-latest
steps: steps:
@ -40,7 +40,7 @@ jobs:
tag: Automated build №${{ github.run_number }} tag: Automated build №${{ 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: build-and-release-android:
name: Build Android App name: Build Android App
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: