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 20cbd7b commit a6b207dCopy full SHA for a6b207d
1 file changed
.github/workflows/android.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: actions/upload-artifact@v4
43
with:
44
name: signed-apk
45
- path: android/build/outputs/apk/release/android-release-unsigned-signed.apk
+ path: android/build/outputs/apk/release/android-release-signed.apk
46
47
cli-linux:
48
name: Build CLI (Linux)
@@ -436,7 +436,7 @@ jobs:
436
- name: Rename assets
437
run: |
438
VERSION="${GITHUB_REF_NAME#v}"
439
- mv android-release-unsigned-signed.apk "LinuxCommandLibrary-${VERSION}-android.apk"
+ mv android-release-signed.apk "LinuxCommandLibrary-${VERSION}-android.apk"
440
mv *.dmg "LinuxCommandLibrary-${VERSION}-macos.dmg"
441
mv *.msi "LinuxCommandLibrary-${VERSION}-windows.msi"
442
mv *.deb "LinuxCommandLibrary-${VERSION}-linux.deb"
0 commit comments