File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 88
88
working-directory : ${{ github.workspace }}/build
89
89
run : cmake --build . -j4
90
90
91
+ - name : Deploy on Windows
92
+ if : runner.os == 'Windows'
93
+ working-directory : ${{ github.workspace }}/build/target
94
+ shell : bash
95
+ run : " windeployqt \" ${{ github.workspace }}/build/target/qtrvsim_gui.exe\" "
96
+
91
97
- name : Test
92
98
working-directory : ${{ github.workspace }}/build
93
99
shell : bash
@@ -198,12 +204,6 @@ jobs:
198
204
working-directory : ${{ github.workspace }}/build
199
205
run : cmake --build . -j4
200
206
201
- - name : Deploy on Windows
202
- if : runner.os == 'Windows'
203
- working-directory : ${{ github.workspace }}/build
204
- shell : bash
205
- run : " windeployqt \" ${{ github.workspace }}/build/target/qtrvsim_gui.exe\" "
206
-
207
207
- name : Store created artifacts
208
208
uses : actions/upload-artifact@v3
209
209
with :
@@ -257,4 +257,4 @@ jobs:
257
257
uses : alehechka/upload-tartifact@v2
258
258
with :
259
259
name : riscv-official-tests
260
- path : tests/riscv-official/isa
260
+ path : tests/riscv-official/isa
You can’t perform that action at this time.
0 commit comments