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