Skip to content

Commit

Permalink
Update CI to force dist files repack
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreter committed Apr 15, 2024
1 parent 11dbc72 commit 21ca5f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v2
- name: Call 7D2D compiler action
uses: OCB7D2D/A20BepInExPreloader@master
uses: OCB7D2D/OcbModCompiler@master
with:
name: "OcbCustomTexturesPlants"
version: "${{ github.ref_name }}"
Expand Down
2 changes: 1 addition & 1 deletion ModInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<Description value="Demo modlet for OcbCustomTextures core mod." />
<Website value="https://github.com/OCB7D2D/OcbCustomTexturesPlants" />
<Author value="ocbMaurice" />
<Version value="0.6.0" />
<Version value="0.6.1" />
</xml>
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ the grass swaying shader has issues if the input texture is not 512px.

## Changelog

### Version 0.6.1

- Maintenance re-pack release

### Version 0.6.0

- Update compatibility for 7D2D A21.1(b15)
Expand Down

0 comments on commit 21ca5f5

Please sign in to comment.