Skip to content

Commit 8371f61

Browse files
committed
Fix typo in GHA for Publish
1 parent 2867508 commit 8371f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build iOS app
3535
run: flutter build ios --debug --simulator
3636

37-
- name: Upload iOS app to artifacts
37+
- name: Upload Android artifacts
3838
uses: actions/upload-artifact@v4
3939
if: success() || failure()
4040
with:

0 commit comments

Comments
 (0)