File tree 1 file changed +9
-7
lines changed
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -61,14 +61,16 @@ jobs:
61
61
# - name: Tests
62
62
# run: cd %GITHUB_WORKSPACE%\metrix-simulator\build-windows && ctest -j2 --output-on-failure -C Release
63
63
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
69
69
70
70
- name : Upload Metrix install artifact
71
71
uses : actions/upload-artifact@v3
72
72
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
You can’t perform that action at this time.
0 commit comments