mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
adjustments to github actions build
This commit is contained in:
parent
d567229050
commit
0b163d43ab
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -17,7 +17,7 @@ on:
|
||||
|
||||
env:
|
||||
# Path to the root of the Cmder project.
|
||||
CMDER_ROOT: .
|
||||
CMDER_ROOT: ${{ GITHUB_WORKSPACE }}
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
@ -44,7 +44,7 @@ jobs:
|
||||
working-directory: scripts
|
||||
run: .\build.ps1 -Compile -verbose
|
||||
|
||||
- name: Pack the build files
|
||||
- name: Pack the built files
|
||||
shell: pwsh
|
||||
working-directory: scripts
|
||||
run: .\pack.ps1 -verbose
|
||||
@ -89,6 +89,7 @@ jobs:
|
||||
notification:
|
||||
runs-on: ubuntu-latest
|
||||
name: Send Gitter Notification
|
||||
needs: upload
|
||||
|
||||
steps:
|
||||
- uses: distributhor/workflow-webhook@v3
|
||||
|
Loading…
Reference in New Issue
Block a user