Skip to content

Commit 1bc0b57

Browse files
committed
Create Windows archive with the bash shell
1 parent c776639 commit 1bc0b57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
ctest --output-on-failure
4444
4545
- name: Archive
46+
shell: cmd
4647
run: |
4748
cd build
4849
if [[ "${{ runner.os }}" == "Windows" ]]; then
@@ -58,4 +59,4 @@ jobs:
5859
uses: actions/upload-artifact@v4
5960
with:
6061
name: ${{ matrix.os }}-archive
61-
path: ./castxml-${{ matrix.os }}.*
62+
path: ./castxml-${{ matrix.os }}.*

0 commit comments

Comments
 (0)