Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WeslieDE authored Sep 19, 2024
1 parent a8bfac4 commit c44dc48
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# certain platforms or Java versions, and provides a first line of defence
# against bad commits.

permissions:
contents: write
packages: write


name: build
on: [pull_request, push]

Expand Down Expand Up @@ -34,4 +39,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: build/libs/
path: build/libs/
- name: Upload Build to Release
uses: softprops/action-gh-release@v2
with:
files: build/libs/*.jar
tag_name: v${{ github.sha }}

0 comments on commit c44dc48

Please sign in to comment.