From d566acff0fb19ef240442d35d9bdda25611e478c Mon Sep 17 00:00:00 2001 From: Anenth Date: Wed, 14 Aug 2024 18:23:08 +0530 Subject: [PATCH] Update cs file --- .github/workflows/cd.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index c039d4d..3a40e3c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -19,29 +19,6 @@ env: GH_ACTION_SENDER_TYPE: ${{ github.event.sender.type }} jobs: - deploy: - name: Release - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - ref: ${{ env.GH_RELEASE_TAG }} - - name: 📱 Build iOS - run: flutter build ios --release - - name: ⏫ Upload iOS Artifact - uses: actions/upload-artifact@v4 - with: - name: ios-artifact-${{ env.GH_RELEASE_TAG }} - path: ./build/ios/iphoneos/Runner.app - - - name: 🤖 Build Android - run: flutter build apk --release - - name: ⏫ Upload Android Artifact - uses: actions/upload-artifact@v4 - with: - name: android-artifact-${{ env.GH_RELEASE_TAG }} - path: ./build/app/outputs/flutter-apk/app-release.apk - build: name: Build iOS runs-on: macos-latest