mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
👷 Use original action
This commit is contained in:
@@ -51,14 +51,12 @@ jobs:
|
|||||||
docker-compose up --build
|
docker-compose up --build
|
||||||
|
|
||||||
- name: Upload Build APKS
|
- name: Upload Build APKS
|
||||||
uses: nikhilbadyal/upload-artifact@count-check
|
uses: actions/upload-artifact@v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Built-APKs
|
name: Built-APKs
|
||||||
path: |
|
path: |
|
||||||
apks/*-output.apk
|
apks/*-output.apk"
|
||||||
apks/VancedMicroG.apk"
|
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
files-to-expect: ${{ inputs.FILES_TO_EXPECT }}
|
|
||||||
|
|
||||||
- name: Commit Update file
|
- name: Commit Update file
|
||||||
if: ${{ inputs.COMMIT_CHANGELOG }}
|
if: ${{ inputs.COMMIT_CHANGELOG }}
|
||||||
|
|||||||
Reference in New Issue
Block a user