Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobaraujo7 committed Jan 15, 2024
1 parent b8f593a commit ae50882
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name: Android Build

on:
push:
branches:
- production
tags:
- '*'

jobs:
build:
Expand Down Expand Up @@ -37,14 +37,9 @@ jobs:
KEYSTORE_PASSWD: ${{ secrets.KEYSTORE_PASSWD }}
KEYSTORE_ALIAS: ${{ secrets.KEYSTORE_ALIAS }}

- name: Generate version tag
id: version_tag
run: echo "VERSION_TAG=v$(date +'%Y%m%d%H%M%S')" >> $GITHUB_ENV


- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: app-release.apk
path: build/app/outputs/flutter-apk/app-prod-release.apk
path: build/app/outputs/flutter-apk/app-release.apk

0 comments on commit ae50882

Please sign in to comment.