Skip to content

Commit

Permalink
ci/cd: use actions that open game for 10 iterations before export
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Apr 11, 2024
1 parent 80bbda0 commit 8e9e192
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
sed -i "s|ANDROID_KEYSTORE_PASSWORD|$ANDROID_KEYSTORE_PASSWORD|g" $WORKING_DIRECTORY/.godot/export_credentials.cfg
- name: Godot Android export
uses: dulvui/godot-android-export@v4.0.0
uses: dulvui/godot-android-export@v4
with:
working-directory: $WORKING_DIRECTORY
godot-version: ${{ env.GODOT_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,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@v4.0.0
uses: dulvui/godot-ios-upload@v4
with:
working-directory: $WORKING_DIRECTORY
godot-version: $GODOT_VERSION
Expand Down
Binary file modified game/assets/i18n/FutsalManagerI18N - Sheet1.de.translation
Binary file not shown.
Binary file modified game/assets/i18n/FutsalManagerI18N - Sheet1.en.translation
Binary file not shown.
Binary file modified game/assets/i18n/FutsalManagerI18N - Sheet1.it.translation
Binary file not shown.

0 comments on commit 8e9e192

Please sign in to comment.