Upload updates file as well

This commit is contained in:
Nikhil Badyal
2024-12-24 13:38:26 +05:30
committed by Nikhil Badyal
parent 7444ef9029
commit 0fe165a09e
4 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ jobs:
- name: Upload Build Artifact
uses: ncipollo/release-action@main
with:
artifacts: "*-output.apk"
artifacts: "*-output.apk,updates.json,changelog.json,changelog.md"
token: ${{ secrets.GITHUB_TOKEN }}
tag: Build-${{ steps.get-date.outputs.date }}
artifactErrorsFailBuild: true