We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed74f4e commit 022bdbeCopy full SHA for 022bdbe
.github/workflows/post-release.yml
@@ -106,7 +106,7 @@ jobs:
106
mkdir -p "$staging"/doc
107
cp {README.md,LICENSE-*} "$staging/"
108
cp {CHANGELOG.md,docs/*} "$staging/doc/"
109
- if [ "${{ matrix.os }}" = "windows-2019" ]; then
+ if [ "${{ matrix.os }}" = "windows-2022" ]; then
110
cp "target/${{ matrix.target }}/release/${{ env.BIN_NAME }}.exe" "$staging/"
111
ls -l "$staging"
112
cd "$staging"
0 commit comments