Skip to content

Commit

Permalink
Add debug artifact to ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatenshi committed Mar 28, 2024
1 parent 6576bd2 commit c6801bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@ jobs:
path: ./build/${{ steps.libname.outputs.NAME }}
if-no-files-found: error

- name: Upload debug artifact
uses: actions/upload-artifact@v2
with:
name: debug_${{ steps.libname.outputs.NAME }}
path: ./build/debug/${{ steps.libname.outputs.NAME }}
if-no-files-found: error

- name: Upload qmod artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit c6801bc

Please sign in to comment.