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 3063f4f commit 265f332Copy full SHA for 265f332
.github/workflows/release.yml
@@ -61,7 +61,7 @@ jobs:
61
- os: macos-latest
62
rust: stable
63
target: aarch64-apple-darwin
64
- - os: windows-2019
+ - os: windows-2022
65
66
target: x86_64-pc-windows-msvc
67
runs-on: ${{ matrix.os }}
@@ -101,7 +101,7 @@ jobs:
101
staging="${{ env.CRATE_NAME }}-${{ needs.create-release.outputs.release_version }}-${{ matrix.target }}"
102
mkdir -p "$staging"
103
cp {README.md,LICENSE-*,CHANGELOG.md} "$staging/"
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
cd "$staging"
107
7z a "../$staging.zip" .
0 commit comments