Skip to content

Commit

Permalink
## [0.0.4] - 2024-01-07
Browse files Browse the repository at this point in the history
### Changed
- Github actions
  • Loading branch information
Doge committed Jan 7, 2024
1 parent 52eabe0 commit 3d55cc0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
with:
name: ${{github.ref_name}}
allowUpdates: true
artifacts: "build/libs/*.jar"
artifacts: "./build/libs/*.jar"
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.0.4] - 2024-01-07

### Changed
- Github actions

## [0.0.2] - 2024-01-05

### Added
Expand Down

0 comments on commit 3d55cc0

Please sign in to comment.