Skip to content

Commit

Permalink
CI: add windows libs to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Arielfoever authored and jdupak committed Feb 15, 2024
1 parent ccd9b5a commit 0b264fd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ jobs:
working-directory: ${{ github.workspace }}/build
run: cmake --build . -j4

- name: Deploy on Windows
if: runner.os == 'Windows'
working-directory: ${{ github.workspace }}/build/target
shell: bash
run: "windeployqt \"${{ github.workspace }}/build/target/qtrvsim_gui.exe\""

- name: Test
working-directory: ${{ github.workspace }}/build
shell: bash
Expand Down Expand Up @@ -198,12 +204,6 @@ jobs:
working-directory: ${{ github.workspace }}/build
run: cmake --build . -j4

- name: Deploy on Windows
if: runner.os == 'Windows'
working-directory: ${{ github.workspace }}/build
shell: bash
run: "windeployqt \"${{ github.workspace }}/build/target/qtrvsim_gui.exe\""

- name: Store created artifacts
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -257,4 +257,4 @@ jobs:
uses: alehechka/upload-tartifact@v2
with:
name: riscv-official-tests
path: tests/riscv-official/isa
path: tests/riscv-official/isa

0 comments on commit 0b264fd

Please sign in to comment.