mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +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:
|
||||
name: Build Project
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
@ -36,7 +37,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Add MSBuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
uses: microsoft/setup-msbuild@v1
|
||||
|
||||
- name: Build Cmder Launcher
|
||||
shell: pwsh
|
||||
@ -53,6 +54,7 @@ jobs:
|
||||
#---------------------------------#
|
||||
upload:
|
||||
needs: build
|
||||
name: Upload Artifacts
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
@ -85,10 +87,11 @@ jobs:
|
||||
# notifications #
|
||||
#---------------------------------#
|
||||
notification:
|
||||
runs-on: windows-latest
|
||||
runs-on: ubuntu-latest
|
||||
name: Send Gitter Notification
|
||||
|
||||
steps:
|
||||
- uses: distributhor/workflow-webhook@v3.0.1
|
||||
- uses: distributhor/workflow-webhook@v3
|
||||
with:
|
||||
webhook_url: https://webhooks.gitter.im/e/d673abb1b2e659dcd625
|
||||
webhook_secret: d673abb1b2e659dcd625
|
||||
|
Loading…
Reference in New Issue
Block a user