diff options
Diffstat (limited to '.github/workflows/omnibus.yml')
| -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" |
