-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
2 changed files
with
4 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,13 @@ | ||
# Automatically build the project and run any configured tests for every push | ||
# and submitted pull request. This can help catch issues that only occur on | ||
# certain platforms or Java versions, and provides a first line of defence | ||
# against bad commits. | ||
|
||
name: build | ||
on: [pull_request,push] | ||
on: [pull_request, push] | ||
permissions: | ||
contents: write | ||
|
||
jobs: | ||
build: | ||
strategy: | ||
matrix: | ||
java: [ | ||
21, | ||
] | ||
java: [21] | ||
os: [ubuntu-22.04] | ||
runs-on: ${{ matrix.os }} | ||
steps: | ||
|
@@ -48,13 +41,13 @@ jobs: | |
path: build/libs/ | ||
|
||
- name: pre-release action | ||
if: github.event_name == 'push' | ||
uses: softprops/[email protected] | ||
with: | ||
tag_name: "latest" | ||
name: "DynamicHUD Pre-release" | ||
prerelease: true | ||
body: | ||
"Pre-release generated from github actions on push commit. Maybe unstable to use." | ||
body: "Pre-release generated from github actions on push commit. Maybe unstable to use." | ||
fail_on_unmatched_files: true | ||
generate_release_notes: true | ||
files: | | ||
|
Binary file not shown.