We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 923aeaa commit da329cfCopy full SHA for da329cf
1 file changed
.github/workflows/build.yml
@@ -181,6 +181,6 @@ jobs:
181
uses: actions/upload-artifact@v4
182
with:
183
name: native_debug_symbols.zip
184
- path: godot/bin/android-template-release-native-symbols.zip
+ path: ~/godot/bin/android-template-release-native-symbols.zip
185
if-no-files-found: ignore
186
retention-days: 28
0 commit comments