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 dee5eb6 commit 5254a9cCopy full SHA for 5254a9c
.github/workflows/main.yml
@@ -44,7 +44,7 @@ jobs:
44
- run: flutter build apk --release
45
46
# Upload generated apk to the artifacts.
47
- - uses: actions/upload-artifact@v1
+ - uses: actions/upload-artifact@v2
48
with:
49
name: app-release.apk
50
path: build/app/outputs/apk/release/app-release.apk
0 commit comments