Skip to content

Commit

Permalink
fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordfirespeed committed Feb 15, 2024
1 parent bd5b3ac commit e1d9441
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: thunderstore-build
path: ./*/dist/*.zip
path: |
./*/dist/*.zip
./*/assets/thunderstore.toml.user
upload-release-artifacts:
name: Upload Release Artifacts
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## v[0.1.1]
- Fix `publish` GitHub workflow to upload `thunderstore.toml.user` file with the `thunderstore-build` artifact

## v[0.1.0]
- Initial release

0 comments on commit e1d9441

Please sign in to comment.