diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c484bbe..bdcc599 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: