mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
✨ Upload updates file as well
This commit is contained in:
committed by
Nikhil Badyal
parent
7444ef9029
commit
0fe165a09e
@@ -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
|
||||
|
||||
@@ -118,6 +118,9 @@ jobs:
|
||||
with:
|
||||
name: Built-APKs
|
||||
path: |
|
||||
changelog.md
|
||||
changelog.json
|
||||
updates.json
|
||||
apks/*-output.apk
|
||||
apks/VancedMicroG.apk"
|
||||
if-no-files-found: error
|
||||
|
||||
Reference in New Issue
Block a user