Skip to content

Commit

Permalink
release: 5.0.3; upgarde to godot 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Sep 25, 2023
1 parent dc39619 commit 7611696
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/upload-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:

- name: Read version number and version code
run: |
echo "VERSION_NAME=$(cat version-android | cut -f1 -d-)" >> $GITHUB_ENV
echo "VERSION_CODE=$(cat version-android | cut -f2 -d-)" >> $GITHUB_ENV
echo "VERSION_NAME=$(cat version | cut -f1 -d-)" >> $GITHUB_ENV
echo "VERSION_CODE=$(cat version | cut -f2 -d-)" >> $GITHUB_ENV
- name: Checkout source code
uses: actions/checkout@v3
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:

# GODOT EXPORT
- name: Godot Android export
uses: dulvui/godot-android-export@v2.0.1
uses: dulvui/godot-android-export@v2.0.2
with:
working-directory: $WORKING_DIRECTORY

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upload-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles
- name: Set version and short version
run: echo "VERSION=$(cat version-ios)" >> $GITHUB_ENV
run: echo "VERSION=$(cat version | cut -f1 -d-)" >> $GITHUB_ENV

- name: Create and config export_presets.cfg
run: |
Expand All @@ -67,7 +67,7 @@ jobs:
sed -i -e "s|IOS_APPSTORE_TEAM_ID|$IOS_APPSTORE_TEAM_ID|g" $WORKING_DIRECTORY/export_presets.cfg
- name: Export and upload to Testflight
uses: dulvui/godot-ios-upload@v1.1.0
uses: dulvui/godot-ios-upload@v1.1.1
with:
working-directory: $WORKING_DIRECTORY
project-name: $PROJECT_NAME
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/upload-itchio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- "version-android"
- "version-ios"
- ".github/workflows/upload-itchio.yml"
- "export_presets.html.example"


env:
WORKING_DIRECTORY: game
Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/87.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- upgrade to Godot 3.5.3
1 change: 1 addition & 0 deletions version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5.0.4
1 change: 0 additions & 1 deletion version-android

This file was deleted.

1 change: 0 additions & 1 deletion version-ios

This file was deleted.

0 comments on commit 7611696

Please sign in to comment.