Closed dinisnunes1 closed 2 years ago
Problem: The APK (or other AAB) is always being uploaded as app-release.apk file name, and that's the name that is visible on AppGallery. Issue: https://github.com/muhamedzeema/appgallery-deply-action/issues/4
Solution: Created an optional input type (file-name) in this Github Action so we could define a desired file-name. Example:
- name: Deploy to Huawei App Gallery uses: muhamedzeema/appgallery-deply-action@main with: client-id: ${{secrets.HUAWEI_CLIENT_ID}} client-key: ${{secrets.HUAWEI_CLIENT_KEY}} app-id: ${{secrets.HUAWEI_APP_ID}} file-extension: "apk" file-path: "apk/release/app-release.apk" file-name: "MyAppName-1_0_0" submit: true
Tests: Tested with and without the file-name input and it's working as supposed.
file-name: "MyAppName-1_0_0"
merged, thank you for your contribution @dinisnunes1 🎉✌️
Problem: The APK (or other AAB) is always being uploaded as app-release.apk file name, and that's the name that is visible on AppGallery. Issue: https://github.com/muhamedzeema/appgallery-deply-action/issues/4
Solution: Created an optional input type (file-name) in this Github Action so we could define a desired file-name. Example:
Tests: Tested with and without the file-name input and it's working as supposed.
With
file-name: "MyAppName-1_0_0"
Without file-name input