mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
✨ Check new supported apps
This commit is contained in:
@@ -64,7 +64,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Download Already Built APKs
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@main
|
||||
with:
|
||||
name: Built-APKs
|
||||
- name: Get Date
|
||||
@@ -80,7 +80,7 @@ jobs:
|
||||
RELEASE_PATTERN: "Build*"
|
||||
|
||||
- name: Upload Build Artifact
|
||||
uses: ncipollo/release-action@v1.12.0
|
||||
uses: ncipollo/release-action@main
|
||||
with:
|
||||
artifacts: "*-output.apk"
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user