Skip to content

Commit c07b77e

Browse files
committed
fix path ;-;
1 parent dbe057d commit c07b77e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/upload-android/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ runs:
6565
mkdir -p android/fastlane/metadata/android/en-US/changelogs
6666
6767
if [ -f changelog.txt ]; then
68-
node prepare-changelog.js
68+
node .github/scripts/prepare-changelog.js
6969
else
7070
printf "Internal improvements and bug fixes" > "android/fastlane/metadata/android/en-US/changelogs/${BUILD_VERSION}.txt"
7171
fi

0 commit comments

Comments
 (0)