Skip to content

Commit

Permalink
ci: Workflow Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Emon526 committed Mar 17, 2024
1 parent ba0bb7c commit 7012c2a
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -62,7 +58,6 @@ jobs:
- name: Build iOS
run: |
pod repo update
flutter build ios --release --no-codesign
cd build/ios/iphoneos
mkdir Payload
Expand Down Expand Up @@ -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 }}

0 comments on commit 7012c2a

Please sign in to comment.