From e1d9441a326ab3dd25c45be22bd2ff1f796a6675 Mon Sep 17 00:00:00 2001 From: Lordfirespeed <28568841+Lordfirespeed@users.noreply.github.com> Date: Thu, 15 Feb 2024 03:15:00 +0000 Subject: [PATCH] fix publish workflow --- .github/workflows/publish.yml | 4 +++- CHANGELOG.md | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2830422..8341bdf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ac1662..a53e899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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