diff options
| author | mo khan <mo@mokhan.ca> | 2021-03-09 16:21:08 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-03-09 16:21:08 -0700 |
| commit | 215d22c7bd6b140412003ce423502fe70e4f4c61 (patch) | |
| tree | 06c4d1ee53c56f11dc6ba1225d3dbf7e67257689 | |
| parent | 8a2587798b3b3994ff733577d62483d02bdd35b2 (diff) | |
chore: publish spandx omnibus artifact
| -rw-r--r-- | .github/workflows/omnibus.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/omnibus.yml b/.github/workflows/omnibus.yml index 55266e7..acd70a1 100644 --- a/.github/workflows/omnibus.yml +++ b/.github/workflows/omnibus.yml @@ -14,3 +14,6 @@ jobs: ruby-version: '2.7' bundler-cache: true - run: bundle exec omnibus build spandx + - uses: actions/upload-artifact@v2 + with: + path: "$GITHUB_WORKSPACE/spandx" |
