Skip to content

Commit

Permalink
Update workflow 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mllrr96 committed Jan 21, 2024
1 parent 9f09b28 commit 2133447
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: flutter doctor -v
- name: Run pub get and build runner
run: |
echo $GITHUB_REF
flutter pub get
flutter packages pub run build_runner build --delete-conflicting-outputs
Expand All @@ -48,11 +49,6 @@ jobs:
- name: Create Release
uses: ncipollo/release-action@v1.13.0
with:
artifacts: "build/app/outputs/flutter-apk/*.apk,build/ios/iphoneos/Medusa-Admin.ipa"
artifacts: "build/app/outputs/flutter-apk/*.apk,build/ios/iphoneos/*.ipa"
allowUpdates: true
#
# - name: Upload a Build Artifact
# uses: actions/upload-artifact@v3.1.0
# with:
# name: release-apk
# path: build/app/outputs/apk/
tag: ${{ github.ref }}

0 comments on commit 2133447

Please sign in to comment.