correct paths

This commit is contained in:
Fabian Freund
2024-05-02 22:33:42 +02:00
parent ef173b7931
commit 5f2f14b92b
+2 -2
View File
@@ -36,9 +36,9 @@ jobs:
- name: Create github artifact release # disable this to save storage - name: Create github artifact release # disable this to save storage
uses: ncipollo/release-action@v1 uses: ncipollo/release-action@v1
with: with:
artifacts: "build/app/outputs/apk/release/*.apk,build/app/outputs/bundle/release/app-release.aab" artifacts: "app/build/app/outputs/apk/release/*.apk,app/build/app/outputs/bundle/release/app-release.aab"
- name: Upload app bundle artifact - name: Upload app bundle artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: appbundle name: appbundle
path: build/app/outputs/bundle/release/app-release.aab path: app/build/app/outputs/bundle/release/app-release.aab