Skip to content

Commit f78a9db

Browse files
authored
Minor fixups for MSYS2 CI (#1317)
1 parent e104532 commit f78a9db

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/windows.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,19 @@ jobs:
5454
- name: '${{ matrix.icon }} Build'
5555
run: cmake --build build --config ${{env.BUILD_TYPE}}
5656

57-
#- name: '${{ matrix.icon }} Test'
58-
# run: cmake --build build --target check
57+
- name: '${{ matrix.icon }} Test'
58+
run: cmake --build build --target check
5959

6060
- name: '${{ matrix.icon }} Demo'
6161
run: cmake --build build --target demo
6262

6363
- name: '${{ matrix.icon }} Install'
6464
run: cmake --install build && ls -la $INSTALL_LOCATION
6565

66-
- name: '${{ matrix.icon }} Create Archive'
67-
run: tar cvf ${{env.INSTALL_LOCATION}}.tar ${{env.INSTALL_LOCATION}}
68-
6966
- name: '${{ matrix.icon }} Upload Artifacts'
7067
uses: actions/upload-artifact@v4
7168
with:
7269
name: ${{env.INSTALL_LOCATION}}-${{matrix.sys}}
73-
path: ${{env.INSTALL_LOCATION}}.tar
74-
retention-days: 90
70+
path: ${{env.INSTALL_LOCATION}}
71+
retention-days: 14
7572
overwrite: true

0 commit comments

Comments
 (0)