Skip to content

Commit ebcc5ae

Browse files
committed
chore(ci): Update from windows-2019
1 parent 18cce36 commit ebcc5ae

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
@@ -101,7 +101,7 @@ jobs:
101101
mkdir -p "$staging"/doc
102102
cp {README.md,LICENSE-*} "$staging/"
103103
cp {CHANGELOG.md,docs/*} "$staging/doc/"
104-
if [ "${{ matrix.os }}" = "windows-2019" ]; then
104+
if [ "${{ matrix.os }}" = "windows-2022" ]; then
105105
cp "target/${{ matrix.target }}/release/${{ env.BIN_NAME }}.exe" "$staging/"
106106
ls -l "$staging"
107107
cd "$staging"

0 commit comments

Comments
 (0)