Skip to content

Commit 209bedd

Browse files
committed
fix: correctly copy windows package for choco-source
1 parent abc39e5 commit 209bedd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
path: build/jreleaser-windows
200200
- name: "Update chocolatey package source"
201201
run: |
202-
cp -r build/jreleaser-windows/package/spotless-cli/chocolatey .
202+
cp -r build/jreleaser-windows/package/spotless-cli/chocolatey/* .
203203
rm spotless-cli/*.nupkg
204204
rm -r build/
205205
- name: "Commit and push changes"

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Fix automated chocolatey source package publishing
13+
1014
## [0.3.0] - 2025-09-03
1115

1216
### Added

0 commit comments

Comments
 (0)