We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ca703 commit 0f3b729Copy full SHA for 0f3b729
1 file changed
.github/workflows/build.yml
@@ -154,10 +154,10 @@ jobs:
154
godot --headless --export-release "Android" artifacts/VectorTouch.apk
155
godot --headless --export-release "Android-aab" artifacts/VectorTouch.aab
156
157
- - name: List all files with full paths
+ - name: list all files in repo
158
run: |
159
- echo "Listing all files with full paths:"
160
- find godot/bin -type f
+ echo "Listing all files under workspace:"
+ find . -type f
161
162
- name: Upload debug apk
163
uses: actions/upload-artifact@v4
0 commit comments