Skip to content

Commit 6b6fea9

Browse files
committed
test
Signed-off-by: Damien Jeandemange <[email protected]>
1 parent 9aead0c commit 6b6fea9

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

Diff for: .github/workflows/ci_windows.yml

+9-7
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,16 @@ jobs:
6161
# - name: Tests
6262
# run: cd %GITHUB_WORKSPACE%\metrix-simulator\build-windows && ctest -j2 --output-on-failure -C Release
6363

64-
- name: Prepare Metrix install artifact
65-
shell: powershell
66-
run: |
67-
cd $env:GITHUB_WORKSPACE/metrix-simulator/build-windows/install
68-
Compress-Archive -Path bin,etc -Destination $env:GITHUB_WORKSPACE/metrix-simulator-windows.zip
64+
# - name: Prepare Metrix install artifact
65+
# shell: powershell
66+
# run: |
67+
# cd $env:GITHUB_WORKSPACE/metrix-simulator/build-windows/install
68+
# Compress-Archive -Path bin,etc -Destination $env:GITHUB_WORKSPACE/metrix-simulator-windows.zip
6969

7070
- name: Upload Metrix install artifact
7171
uses: actions/upload-artifact@v3
7272
with:
73-
name: metrix-simulator-windows.zip
74-
path: metrix-simulator-windows.zip
73+
name: metrix-simulator-windows
74+
path: |
75+
metrix-simulator/build-windows/install/bin
76+
metrix-simulator/build-windows/install/etc

0 commit comments

Comments
 (0)