Skip to content

Commit

Permalink
ci: seperately store metadata output
Browse files Browse the repository at this point in the history
  • Loading branch information
blocktrron committed Dec 20, 2023
1 parent 4a4c908 commit a7a1abc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-gluon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,8 @@ jobs:
name: ${{ matrix.target }}_output
path: output

- name: Archive metadata
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.target }}_metadata
path: output/meta

0 comments on commit a7a1abc

Please sign in to comment.