mirror of
https://github.com/cmderdev/cmder.git
synced 2025-01-11 00:39:08 +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:
|
env:
|
||||||
# Path to the root of the Cmder project.
|
# Path to the root of the Cmder project.
|
||||||
CMDER_ROOT: .
|
CMDER_ROOT: ${{ GITHUB_WORKSPACE }}
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
@ -44,7 +44,7 @@ jobs:
|
|||||||
working-directory: scripts
|
working-directory: scripts
|
||||||
run: .\build.ps1 -Compile -verbose
|
run: .\build.ps1 -Compile -verbose
|
||||||
|
|
||||||
- name: Pack the build files
|
- name: Pack the built files
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
working-directory: scripts
|
working-directory: scripts
|
||||||
run: .\pack.ps1 -verbose
|
run: .\pack.ps1 -verbose
|
||||||
@ -89,6 +89,7 @@ jobs:
|
|||||||
notification:
|
notification:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Send Gitter Notification
|
name: Send Gitter Notification
|
||||||
|
needs: upload
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: distributhor/workflow-webhook@v3
|
- uses: distributhor/workflow-webhook@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user