forked from Mxmilu666/frp
fix(workflow): correct path to build-all workflow
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -17,7 +17,7 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
# 调用 build-all workflow
|
# 调用 build-all workflow
|
||||||
build:
|
build:
|
||||||
uses: Lolia-FRP/lolia-frp/.github/workflows/build-all.yml@dev
|
uses: ./.github/workflows/build-all.yaml@dev
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user