Skip to content

Commit 3ebfe83

Browse files
committed
chore: Match actual specified windows os
1 parent ae8c10f commit 3ebfe83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
7676
cp {README.md,LICENSE} "$package/"
7777
78-
if [ "${{ matrix.os }}" = "windows" ]; then
78+
if [ "${{ matrix.os }}" = "windows-latest" ]; then
7979
cp "target/${{ matrix.target }}/release/merge-junit.exe" "$package/"
8080
7z a "$package.zip" "$package"
8181
echo "PACKAGE=$package.zip" >> $GITHUB_ENV

0 commit comments

Comments
 (0)