mirror of
https://github.com/cmderdev/cmder.git
synced 2025-01-11 00:39:08 +08:00
add missing prefix for github actions
This commit is contained in:
parent
f05c77e53c
commit
9d9519bdd4
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -17,7 +17,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
# Path to the root of the Cmder project.
|
# Path to the root of the Cmder project.
|
||||||
CMDER_ROOT: ${{ GITHUB_WORKSPACE }}
|
CMDER_ROOT: ${{ env.GITHUB_WORKSPACE }}
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
Loading…
Reference in New Issue
Block a user