CI: syntax

This commit is contained in:
pelya
2023-05-19 12:53:24 +03:00
parent a288880b4a
commit 543df95d62

View File

@@ -116,12 +116,12 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{env.APP_NAME}}.apk
path: *.apk
path: ./*.apk
if-no-files-found: error
- name: upload aab
uses: actions/upload-artifact@v3
with:
name: ${{env.APP_NAME}}.aab
path: *.aab
path: ./*.aab
if-no-files-found: error