Skip to content

Commit

Permalink
Merge pull request #5 from ahmedsaadx/dev
Browse files Browse the repository at this point in the history
[ apk ] versionCode=1 versionNumber=1.2.3
  • Loading branch information
ahmedsaadx authored Aug 21, 2024
2 parents 81a38a5 + a00378c commit fae1584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ run-name: Release apk Signing
on:
push:
branches:
- 'dev'
- 'main'
permissions:
contents: write
jobs:
Expand Down Expand Up @@ -78,4 +78,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: appapk
path: build/app/outputs/flutter-apk/app-release.apk
path: build/app/outputs/flutter-apk/app-release.apk

0 comments on commit fae1584

Please sign in to comment.