Skip to content

Commit

Permalink
updated .github/workflows/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pichillilorenzo committed Oct 2, 2024
1 parent 6ce3281 commit a637d36
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
with:
name: mac
path: |
build/dist/*/*.dmg
build/dist/*/*.zip
dist/*/*.dmg
dist/*/*.zip
- name: Extract version from pubspec.yaml
id: yq
Expand All @@ -109,8 +109,8 @@ jobs:
build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
build/ios/iphoneos/ios_no_sign.ipa
build/dist/*/*.dmg
build/dist/*/*.zip
dist/*/*.dmg
dist/*/*.zip
- run: echo "🍏 This job's status is ${{ job.status }}."

Expand Down Expand Up @@ -146,8 +146,8 @@ jobs:
with:
name: windows
path: |
build/dist/*/*.msix
build/dist/*/*.zip
dist/*/*.msix
dist/*/*.zip
- name: Extract version from pubspec.yaml
id: yq
Expand All @@ -160,7 +160,7 @@ jobs:
name: "${{ steps.yq.outputs.result }}"
token: ${{ secrets.TOKEN }}
files: |
build/dist/*/*.msix
build/dist/*/*.zip
dist/*/*.msix
dist/*/*.zip
- run: echo "🍏 Windows job's status is ${{ job.status }}."

0 comments on commit a637d36

Please # to comment.