Skip to content

Commit

Permalink
Set Windows archive name to match upload artifact pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Apr 15, 2024
1 parent 10b9ba4 commit 8433946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
shell: cmd
run: |
cd build
7z a castxml-windows.zip castxml
move castxml-windows.zip ..
7z a castxml-${{ matrix.os }}.zip castxml
move castxml-${{ matrix.os }}.zip ..
- name: Create archive for macOS and Ubuntu
if: matrix.os != 'windows-2022'
Expand Down

0 comments on commit 8433946

Please sign in to comment.