Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishisherewithhh committed Oct 22, 2024
2 parents bbdba6d + 3196576 commit 05da4c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
15 changes: 4 additions & 11 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
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: |
Expand Down
Binary file removed src/main/resources/assets/DynamicHUD/logo.png
Binary file not shown.

0 comments on commit 05da4c7

Please sign in to comment.