Skip to content

Commit 0f3b729

Browse files
Update build.yml
1 parent f0ca703 commit 0f3b729

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,10 @@ jobs:
154154
godot --headless --export-release "Android" artifacts/VectorTouch.apk
155155
godot --headless --export-release "Android-aab" artifacts/VectorTouch.aab
156156
157-
- name: List all files with full paths
157+
- name: list all files in repo
158158
run: |
159-
echo "Listing all files with full paths:"
160-
find godot/bin -type f
159+
echo "Listing all files under workspace:"
160+
find . -type f
161161
162162
- name: Upload debug apk
163163
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)