Proper apks path

This commit is contained in:
Nikhil Badyal
2024-12-24 14:05:53 +05:30
parent 0fe165a09e
commit f388d0ee78
+1 -1
View File
@@ -137,7 +137,7 @@ jobs:
- name: Upload Build Artifact - name: Upload Build Artifact
uses: ncipollo/release-action@main uses: ncipollo/release-action@main
with: with:
artifacts: "*-output.apk,updates.json,changelog.json,changelog.md" artifacts: "apks/*-output.apk,updates.json,changelog.json,changelog.md"
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
tag: Build-${{ steps.get-date.outputs.date }} tag: Build-${{ steps.get-date.outputs.date }}
artifactErrorsFailBuild: true artifactErrorsFailBuild: true