Skip to content

Commit

Permalink
Another env syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
FelberMartin committed Sep 3, 2024
1 parent 827df78 commit fb65731
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ jobs:
- name: Build Android APK
run: |
flutter build apk --release --no-tree-shake-icons \
--build-name=${{ env.BUILD_NAME }} \
--build-number=${{ env.BUILD_NUMBER }}
--build-name=$BUILD_NAME \
--build-number=$BUILD_NUMBER
- name: Build Android App Bundle
run: |
flutter build appbundle --release --no-tree-shake-icons \
--build-name=${{ env.BUILD_NAME }} \
--build-number=${{ env.BUILD_NUMBER }}
--build-name=$BUILD_NAME \
--build-number=$BUILD_NUMBER
- name: Upload APK
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit fb65731

Please sign in to comment.