Skip to content

Commit 812be62

Browse files
committed
fix: fix chocolatey upload
Make sure the .nupkg file arrives in the `packages` dir.
1 parent 9a6a393 commit 812be62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tag.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,12 @@ jobs:
158158
- name: Checkout
159159
uses: actions/checkout@v4
160160

161-
- name: Download nupkg
162-
id: download-nupkg
161+
- name: Download Windows artifacts
163162
uses: actions/download-artifact@v4
164163
with:
165-
pattern: ggshield.*.nupkg
164+
pattern: os-packages-windows-*
166165
path: packages
166+
merge-multiple: true
167167

168168
- name: Push to Chocolatey
169169
shell: bash

0 commit comments

Comments
 (0)