Skip to content

Commit

Permalink
👷 Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TESLA2402 authored Jan 10, 2024
1 parent 407224e commit 593cce9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,12 @@ jobs:
# Runs a set of commands using the runners shell
- name: Start release build
run: flutter build apk --no-tree-shake-icons --debug

- name: Start release build for different cpu architectures
run: flutter build apk --split-per-abi --no-tree-shake-icons --debug

- name: Create Release
uses: ncipollo/release-action@v1.13.0
with:
artifacts: "flutter_supabase/build/app/outputs/flutter-apk/app-debug.apk"
artifacts: "flutter_supabase/build/app/outputs/flutter-apk/*.apk"
tag: v1.0.${{ github.run_number }}

0 comments on commit 593cce9

Please sign in to comment.