Skip to content

Commit 2b0a279

Browse files
Update build.yml
1 parent 923aeaa commit 2b0a279

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ jobs:
131131
patch "android/build/src/com/godot/game/GodotApp.java" "godot_only/GodotApp.patch"
132132
133133
- name: Export debug project
134+
if: github.event_name == 'workflow_dispatch'
134135
env:
135136
GODOT_ANDROID_KEYSTORE_DEBUG_PATH: "./godot_only/debug.keystore"
136137
GODOT_ANDROID_KEYSTORE_DEBUG_USER: "androiddebugkey"
@@ -153,6 +154,11 @@ jobs:
153154
godot --headless --export-release "Android" artifacts/VectorTouch.apk
154155
godot --headless --export-release "Android-aab" artifacts/VectorTouch.aab
155156
157+
- name: List all files with full paths
158+
run: |
159+
echo "Listing all files with full paths:"
160+
find "$PWD" -type f
161+
156162
- name: Upload debug apk
157163
uses: actions/upload-artifact@v4
158164
with:
@@ -181,6 +187,6 @@ jobs:
181187
uses: actions/upload-artifact@v4
182188
with:
183189
name: native_debug_symbols.zip
184-
path: godot/bin/android-template-release-native-symbols.zip
190+
path: ~/godot/bin/android-template-release-native-symbols.zip
185191
if-no-files-found: ignore
186192
retention-days: 28

0 commit comments

Comments
 (0)