We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364386e commit 41537a4Copy full SHA for 41537a4
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Upload the APK
50
uses: actions/upload-artifact@v4
51
with:
52
- name: app-${{matrix.target}}.apk
+ name: app-${{matrix.target}}
53
path: sdl-android-builder/app/build/outputs/apk/*
54
55
build-windows:
0 commit comments