From 0d7c0635b5a7eeadb0059d06405f30fd753a3be9 Mon Sep 17 00:00:00 2001 From: dan63047 Date: Wed, 12 Jul 2023 00:53:37 +0300 Subject: [PATCH] Workflow: I never thought that I'm that much idiot --- .github/workflows/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bdcc599..2b86648 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,8 +21,6 @@ jobs: flutter-version: '3.10.5' - name: Install project dependencies run: flutter pub get - - name: Generate intermediates - run: flutter pub run build_runner build --delete-conflicting-outputs - name: Build artifacts run: flutter build windows --release - name: Archive Release @@ -37,7 +35,7 @@ jobs: prerelease: true discussionCategory: autobuilded-releases artifacts: "build/windows/runner/Release/TetraStats-${{github.ref_name}}-windows.zip" - tag: Automated build №${{ github.run_number }} + tag: Auto ${{ github.run_number }} body: This build was builded with GitHub Action workflow token: ${{ secrets.TOKEN }} build-and-release-android: @@ -60,6 +58,6 @@ jobs: prerelease: true # discussionCategory: autobuilded-releases artifacts: "build/app/outputs/apk/debug/*" - tag: Automated build №${{ github.run_number }} + tag: Auto ${{ github.run_number }} body: This build was builded with GitHub Action workflow token: ${{ secrets.TOKEN }} \ No newline at end of file