Skip to content

Commit

Permalink
Upload debug artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatenshi committed Dec 9, 2023
1 parent a0c206c commit de24f30
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 de24f30

Please sign in to comment.