From 7012c2ae0c382f67710d07583a3ded587959feaa Mon Sep 17 00:00:00 2001 From: Emon526 Date: Sun, 17 Mar 2024 17:09:33 +0600 Subject: [PATCH] ci: Workflow Updated --- .github/workflows/release.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d70e27a..a81eb32 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,9 +5,6 @@ on: branches: - master -env: - FLUTTER_VERSION: 3.10.5 - # LINUX_DEPENDENCIES: git wget unzip python3 zip xz-utils curl clang cmake ninja-build pkg-config libgtk-3-dev libblkid-dev liblzma-dev libjsoncpp-dev cmake-data libjsoncpp25 libsecret-1-dev libsecret-1-0 librhash0 libsqlite3-dev libappindicator3-dev gettext libwebkit2gtk-4.1-dev jobs: build-cross-platform-and-release: @@ -26,19 +23,18 @@ jobs: - name: Set up Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: latest + xcode-version: latest-stable - name: Setup JDK uses: actions/setup-java@v1 with: - java-version: 11 + java-version: 17 - name: Set up Flutter uses: subosito/flutter-action@v2 with: cache: true - channel: 'stable' - - run: flutter --version + channel: "stable" - name: Cache uses: actions/cache@v2 @@ -62,7 +58,6 @@ jobs: - name: Build iOS run: | - pod repo update flutter build ios --release --no-codesign cd build/ios/iphoneos mkdir Payload @@ -91,4 +86,4 @@ jobs: tag_name: ${{ steps.changelog.outputs.tag }} body: ${{ steps.changelog.outputs.clean_changelog }} env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file