Skip to content

Commit 022bdbe

Browse files
committed
chore(ci): Update from windows-2019
1 parent ed74f4e commit 022bdbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
mkdir -p "$staging"/doc
107107
cp {README.md,LICENSE-*} "$staging/"
108108
cp {CHANGELOG.md,docs/*} "$staging/doc/"
109-
if [ "${{ matrix.os }}" = "windows-2019" ]; then
109+
if [ "${{ matrix.os }}" = "windows-2022" ]; then
110110
cp "target/${{ matrix.target }}/release/${{ env.BIN_NAME }}.exe" "$staging/"
111111
ls -l "$staging"
112112
cd "$staging"

0 commit comments

Comments
 (0)