Skip to content

Commit f6c3884

Browse files
authored
Merge pull request #47 from JDI-Group/redesign
fix: Revert back build action to sheen
2 parents fdfadeb + a4ce563 commit f6c3884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
echo "$(( ${{ secrets.DEV_ENV_FILE_CONTENT }} + 67 ))" > .env
2727
shell: bash
2828

29-
- uses: reasje/action-flutter-build-android@main
29+
- uses: sheenhx/action-flutter-build-android@main
3030
with:
3131
keystore-base64: ${{ secrets.ANDROID_RELEASE_KEY }}
3232
keystore-password: "${{ secrets.ANDROID_RELEASE_KEY_PASSWORD }}"

0 commit comments

Comments
 (0)