mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
✨ Proper apks path
This commit is contained in:
@@ -137,7 +137,7 @@ jobs:
|
||||
- name: Upload Build Artifact
|
||||
uses: ncipollo/release-action@main
|
||||
with:
|
||||
artifacts: "*-output.apk,updates.json,changelog.json,changelog.md"
|
||||
artifacts: "apks/*-output.apk,updates.json,changelog.json,changelog.md"
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag: Build-${{ steps.get-date.outputs.date }}
|
||||
artifactErrorsFailBuild: true
|
||||
|
||||
Reference in New Issue
Block a user