Skip to content

Commit

Permalink
Upload OSS package in Build & Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
harp-intel authored Apr 25, 2023
1 parent 7d30afe commit 9894252
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
with:
name: svr-info
path: dist/svr-info*.tgz
- name: Upload oss package
uses: actions/upload-artifact@v3
with:
name: oss_source
path: dist/oss_source.tgz

test:
needs: [build]
Expand Down

0 comments on commit 9894252

Please sign in to comment.