Skip to content

Commit b3c3e9c

Browse files
authored
Merge pull request #56 from JDI-Group/redesign
fix: Revert back the actions ref to Sheen repo
2 parents bca5bec + 556920c commit b3c3e9c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 }}"

.github/workflows/submit.yml

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

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

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1818
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1919
# In Windows, build-name is used as the major, minor, and patch parts
2020
# of the product and file versions while build-number is used as the build suffix.
21-
version: 2.0.8
21+
version: 2.0.9
2222

2323
environment:
2424
sdk: ">=2.19.0 <=3.6.1"

0 commit comments

Comments
 (0)