mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-13 03:09:10 +08:00
changes for github actions build
This commit is contained in:
parent
be5198c74b
commit
800a4a953f
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -29,6 +29,7 @@ jobs:
|
|||||||
# build configuration #
|
# build configuration #
|
||||||
#---------------------------------#
|
#---------------------------------#
|
||||||
build:
|
build:
|
||||||
|
name: Build Project
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -36,7 +37,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Add MSBuild to PATH
|
- name: Add MSBuild to PATH
|
||||||
uses: microsoft/setup-msbuild@v1.0.2
|
uses: microsoft/setup-msbuild@v1
|
||||||
|
|
||||||
- name: Build Cmder Launcher
|
- name: Build Cmder Launcher
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
@ -53,6 +54,7 @@ jobs:
|
|||||||
#---------------------------------#
|
#---------------------------------#
|
||||||
upload:
|
upload:
|
||||||
needs: build
|
needs: build
|
||||||
|
name: Upload Artifacts
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -85,10 +87,11 @@ jobs:
|
|||||||
# notifications #
|
# notifications #
|
||||||
#---------------------------------#
|
#---------------------------------#
|
||||||
notification:
|
notification:
|
||||||
runs-on: windows-latest
|
runs-on: ubuntu-latest
|
||||||
name: Send Gitter Notification
|
name: Send Gitter Notification
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: distributhor/workflow-webhook@v3.0.1
|
- uses: distributhor/workflow-webhook@v3
|
||||||
with:
|
with:
|
||||||
webhook_url: https://webhooks.gitter.im/e/d673abb1b2e659dcd625
|
webhook_url: https://webhooks.gitter.im/e/d673abb1b2e659dcd625
|
||||||
webhook_secret: d673abb1b2e659dcd625
|
webhook_secret: d673abb1b2e659dcd625
|
||||||
|
Loading…
Reference in New Issue
Block a user