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 18cce36 commit ebcc5aeCopy full SHA for ebcc5ae
.github/workflows/post-release.yml
@@ -101,7 +101,7 @@ jobs:
101
mkdir -p "$staging"/doc
102
cp {README.md,LICENSE-*} "$staging/"
103
cp {CHANGELOG.md,docs/*} "$staging/doc/"
104
- if [ "${{ matrix.os }}" = "windows-2019" ]; then
+ if [ "${{ matrix.os }}" = "windows-2022" ]; then
105
cp "target/${{ matrix.target }}/release/${{ env.BIN_NAME }}.exe" "$staging/"
106
ls -l "$staging"
107
cd "$staging"
0 commit comments