Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 5 additions & 12 deletions .github/workflows/gradle.yml
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:
Expand Down Expand Up @@ -48,13 +41,13 @@ jobs:
path: build/libs/

- name: pre-release action
uses: softprops/action-gh-release@v2
if: github.event_name == 'push'
uses: softprops/action-gh-release@v2.0.8
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: |
Expand Down
Binary file removed src/main/resources/assets/DynamicHUD/logo.png
Binary file not shown.
Loading