Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Mar 9, 2024
1 parent 74f5d0a commit cc406a0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ jobs:
path: artifact/

notify:
runs-on: 'ubuntu-2204'
# needs: build
runs-on: ubuntu-2004
needs: build
steps:
- name: Send Discord notification
env:
Expand All @@ -160,6 +160,12 @@ jobs:
● Branch [`${{ github.ref_name }}`](${{ env.BRANCH_URL }})
● [Detail Page](${{ env.RUN_URL }})
${{ needs.build.outputs.windows-2022-x64 }}
${{ needs.build.outputs.windows-2022-win32 }}
${{ needs.build.outputs.windows-2022-arm }}
${{ needs.build.outputs.windows-2022-arm64 }}
color: 0x0000ff
username: ${{ github.actor }} via GithubBot
avatar_url: ${{ github.actor.avatar_url }}

0 comments on commit cc406a0

Please sign in to comment.