This commit is contained in:
Alexander Kacheryants 2024-06-20 06:06:30 +03:00
parent 947eca6dc0
commit 6b4c6117a1

View File

@ -29,7 +29,7 @@ steps:
- ls ./
- ls ./android/app/
- ls ./android/app/build/
- ls ./android/app/build/apk/
- ls ./android/app/build/outputs/
- name: Publish app
image: ocram85/plugin-gitea-package:latest
@ -43,7 +43,7 @@ steps:
debug: "true"
owner: "plugins"
package_name: "dummy_package"
package_version: "0.1.0"
package_version: ${CI_COMMIT_TAG}
file_source: "./android/app/build/apk/app-debug-unaligned.apk"
file_name: "app-debug-unaligned.apk"
update: "true"