Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maksw2 committed Jun 20, 2024
1 parent 0f10082 commit 412cbf8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
#steps:
#- uses: actions/checkout@v4
#- name: perms fix
# run: chmod +x build_norun.sh
# run: chmod +x build_only.sh
#- name: make
# run: ./build_norun.sh
# run: ./build_only.sh
#- uses: actions/upload-artifact@v4.3.3
# with:
# name: vega-linux
Expand Down Expand Up @@ -53,4 +53,6 @@ jobs:
- name: notify discord
uses: tsickert/discord-webhook@v5.3.0
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK }}
webhook-url: ${{ secrets.DISCORD_WEBHOOK }}
content: a new release dropped!
username: vegabot

0 comments on commit 412cbf8

Please sign in to comment.