Skip to content

Commit 0b264fd

Browse files
Arielfoeverjdupak
authored andcommitted
CI: add windows libs to artifacts
1 parent ccd9b5a commit 0b264fd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/debug.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ jobs:
8888
working-directory: ${{ github.workspace }}/build
8989
run: cmake --build . -j4
9090

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+
9197
- name: Test
9298
working-directory: ${{ github.workspace }}/build
9399
shell: bash
@@ -198,12 +204,6 @@ jobs:
198204
working-directory: ${{ github.workspace }}/build
199205
run: cmake --build . -j4
200206

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-
207207
- name: Store created artifacts
208208
uses: actions/upload-artifact@v3
209209
with:
@@ -257,4 +257,4 @@ jobs:
257257
uses: alehechka/upload-tartifact@v2
258258
with:
259259
name: riscv-official-tests
260-
path: tests/riscv-official/isa
260+
path: tests/riscv-official/isa

0 commit comments

Comments
 (0)