Skip to content

Commit

Permalink
use renamed actions: godot-android-upload@v1 and godot-ios-upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Dec 5, 2022
1 parent a82dee3 commit 3b77c9f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Release Android
name: Upload Android

# only when version file changes, the action runs
# tag triggering doesn't support caching
on:
push:
paths:
- "version"
- ".github/workflows/release-android.yml"
- ".github/workflows/upload-android.yml"

env:
RELEASE_KEY_STORE_BASE64: ${{ secrets.SIGNING_KEY_BASE64 }}
Expand Down Expand Up @@ -43,8 +43,8 @@ jobs:
sed -i "s|VERSION_CODE|$VERSION_CODE|g" $WORKING_DIRECTORY/export_presets.cfg
sed -i "s|VERSION_NAME|$VERSION_NAME|g" $WORKING_DIRECTORY/export_presets.cfg
- name: Export signed apk and release to internal testing
uses: dulvui/godot-android-release@v1
- name: Export signed apk and upload to internal testing
uses: dulvui/godot-android-upload@v1
with:
working-directory: $WORKING_DIRECTORY
package-name: com.salvai.broomball
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Release iOS
name: Upload iOS

on:
push:
paths:
- "version-ios"
- ".github/workflows/release-ios.yml"
- ".github/workflows/upload-ios.yml"
- "exportOptions.plist"

env:
Expand Down Expand Up @@ -62,8 +62,8 @@ jobs:
sed -i -e "s|IOS_VERSION|$VERSION|g" $WORKING_DIRECTORY/export_presets.cfg
cat $WORKING_DIRECTORY/export_presets.cfg
- name: Export and release to Testflight
uses: dulvui/godot-ios-release@v0.1
- name: Export and upload to Testflight
uses: dulvui/godot-ios-upload@v1
with:
working-directory: $WORKING_DIRECTORY
project-name: $PROJECT_NAME
Expand Down

0 comments on commit 3b77c9f

Please sign in to comment.