Skip to content

Commit

Permalink
Fix typo in GHA for Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishbowler committed Dec 1, 2024
1 parent 2867508 commit 8371f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build iOS app
run: flutter build ios --debug --simulator

- name: Upload iOS app to artifacts
- name: Upload Android artifacts
uses: actions/upload-artifact@v4
if: success() || failure()
with:
Expand Down

0 comments on commit 8371f61

Please sign in to comment.