We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2867508 commit 8371f61Copy full SHA for 8371f61
.github/workflows/publish.yaml
@@ -34,7 +34,7 @@ jobs:
34
- name: Build iOS app
35
run: flutter build ios --debug --simulator
36
37
- - name: Upload iOS app to artifacts
+ - name: Upload Android artifacts
38
uses: actions/upload-artifact@v4
39
if: success() || failure()
40
with:
0 commit comments