Skip to content

Commit

Permalink
whar
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysdh540 committed Jan 23, 2024
1 parent 986a7a1 commit 91e5ee9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on: [ workflow_dispatch, push, pull_request ]

jobs:
build:
if: "!contains(github.event.head_commit.message, '[skip]')"
runs-on: windows-latest
steps:
- name: checkout
Expand Down Expand Up @@ -30,10 +31,12 @@ jobs:
build/libs/merged/*.jar
*/build/libs/*.jar
- name: make artifact readable
run: attrib -r build/libs/merged/*.jar

- name: upload artifacts to discord
uses: hugoalh/[email protected]
with:
key: ${{ secrets.DISCORD_WEBHOOK }}
content: '# Build #${{ github.run_number }}'
files: |
build/libs/merged/*.jar
files: 'build/libs/merged/*.jar'

0 comments on commit 91e5ee9

Please sign in to comment.