mirror of
https://github.com/cmderdev/cmder.git
synced 2025-04-16 22:52:32 +08:00
comment out middle steps
This commit is contained in:
parent
1b7d804701
commit
db44218d14
28
.github/workflows/build.yml
vendored
28
.github/workflows/build.yml
vendored
@ -52,12 +52,12 @@ jobs:
|
|||||||
#---------------------------------#
|
#---------------------------------#
|
||||||
# artifacts #
|
# artifacts #
|
||||||
#---------------------------------#
|
#---------------------------------#
|
||||||
upload:
|
# upload:
|
||||||
needs: build
|
# needs: build
|
||||||
name: Upload Artifacts
|
# name: Upload Artifacts
|
||||||
runs-on: windows-latest
|
# runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
# steps:
|
||||||
- name: Upload artifact (cmder.zip)
|
- name: Upload artifact (cmder.zip)
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
@ -86,14 +86,14 @@ jobs:
|
|||||||
#---------------------------------#
|
#---------------------------------#
|
||||||
# notifications #
|
# notifications #
|
||||||
#---------------------------------#
|
#---------------------------------#
|
||||||
notification:
|
# notification:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
name: Send Gitter Notification
|
# name: Send Gitter Notification
|
||||||
needs: upload
|
# needs: upload
|
||||||
|
|
||||||
steps:
|
# steps:
|
||||||
- uses: distributhor/workflow-webhook@v3
|
# - 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…
x
Reference in New Issue
Block a user