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 a6290e7 commit bd5de1fCopy full SHA for bd5de1f
.github/workflows/main.yaml
@@ -16,7 +16,7 @@ jobs:
16
- run: flutter test
17
- run: flutter build apk --debug --split-per-abi
18
- name: Create a Release APK
19
- uses: lambiengcode/release-action@v1
+ uses: ncipollo/release-action@v1
20
with:
21
artifacts: "build/app/outputs/apk/debug/*.apk"
22
token: ${{ secrets.TOKEN }}
0 commit comments