adjustments to github actions build

This commit is contained in:
David Refoua 2022-10-14 21:48:40 +03:30 committed by GitHub
parent d567229050
commit 0b163d43ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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