Skip to content

Commit

Permalink
Fix GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
kphanipavan committed Sep 29, 2023
1 parent c5b5c33 commit 0a7eb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: flutter build web --base-href "/IIITB_Menu/" --web-renderer canvaskit

- name: Build Android Release
run: flutter build apk --split-per-abi --release --no-track-widget-creation --analyze-size --target-platform "android-arm64
run: flutter build apk --split-per-abi --release --no-track-widget-creation --analyze-size --target-platform "android-arm64"

- name: Create Release
uses: marvinpinto/[email protected]
Expand Down

0 comments on commit 0a7eb98

Please sign in to comment.