Skip to content

Commit 8433946

Browse files
committed
Set Windows archive name to match upload artifact pattern
1 parent 10b9ba4 commit 8433946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
shell: cmd
4848
run: |
4949
cd build
50-
7z a castxml-windows.zip castxml
51-
move castxml-windows.zip ..
50+
7z a castxml-${{ matrix.os }}.zip castxml
51+
move castxml-${{ matrix.os }}.zip ..
5252
5353
- name: Create archive for macOS and Ubuntu
5454
if: matrix.os != 'windows-2022'

0 commit comments

Comments
 (0)