mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +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:
|
||||
# Path to the root of the Cmder project.
|
||||
CMDER_ROOT: ${{ GITHUB_WORKSPACE }}
|
||||
CMDER_ROOT: ${{ env.GITHUB_WORKSPACE }}
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
Loading…
Reference in New Issue
Block a user