Skip to content

Commit 82112ef

Browse files
committed
fix: fix chocolatey source publishing
1 parent 8022b95 commit 82112ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
publishChocoSource:
185185
needs: createChocoRelease
186186
name: "Publish chocolatey source"
187-
runs-on: ubuntu-latest"
187+
runs-on: ubuntu-latest
188188
steps:
189189
- name: "Checkout"
190190
uses: actions/checkout@v4

docs/devs/RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ https://github.com/diffplug/spotless-cli/actions
6060
1. Scroll down to "Artifacts"
6161
2. Download the `jreleaser-release-windows` artifact
6262
3. Unzip the artifact
63-
4. Copy everything from the `<zip-root>/package/spotless-cli` into the repo `chocolatey-bucket`.
63+
4. Copy everything from the `<zip-root>/package/spotless-cli/chocolatey` into the repo `chocolatey-bucket`.
6464
5. Remove the `spotless-cli/spotless-cli-*.nupkg` file
6565
6. Add everything with `git add .`
6666
7. Commit everything with `git commit -m "spotless-cli v<your-version>"` e.g. `git commit -m "spotless-cli v0.1.0"`

0 commit comments

Comments
 (0)