Skip to content

Commit

Permalink
Update changelog and build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiDragon committed Oct 19, 2024
1 parent f3c7b02 commit 843bf00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: ./gradlew build

- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: build/libs/
1 change: 1 addition & 0 deletions changelog/1.2.1+1.21.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* Add support for custom item comparisons
* Fix recipes using custom widgets not working outside of dev

0 comments on commit 843bf00

Please sign in to comment.