Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
nkitsaini committed Sep 24, 2022
1 parent 1677e9e commit cc144ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@ jobs:
tag=$(cat pubspec.yaml | grep '^version:' | sed 's/^version:\s*\(.*\)\s*$/\1/g')
echo "app_tag=$tag" >> $GITHUB_ENV
echo "Setting app tag as $tag"
echo "From github ${{ env.app_tag }} "
- run: flutter pub get
- run: flutter test
- run: flutter build apk
- name: Create Github Release
uses: ncipollo/release-action@v1
with:
commit: ${{ github.sha }}
tag: env.app_tag
tag: ${{ env.app_tag }}
artifacts: "build/app/outputs/flutter-apk/app-release.apk"

- name: Save APK to Artifacts
Expand Down

0 comments on commit cc144ef

Please sign in to comment.