diff options
| author | mo khan <mo@mokhan.ca> | 2021-03-09 16:39:41 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-03-09 16:39:41 -0700 |
| commit | eaa3f956365e336d0cac8cebd3f463c3f8d645d6 (patch) | |
| tree | 4e7e2d52f2d33df2db722cd68a7bb44ad72b1eef /.github/workflows | |
| parent | 215d22c7bd6b140412003ce423502fe70e4f4c61 (diff) | |
chore: use hardcoded path for upload
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/omnibus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/omnibus.yml b/.github/workflows/omnibus.yml index acd70a1..7e26f98 100644 --- a/.github/workflows/omnibus.yml +++ b/.github/workflows/omnibus.yml @@ -16,4 +16,4 @@ jobs: - run: bundle exec omnibus build spandx - uses: actions/upload-artifact@v2 with: - path: "$GITHUB_WORKSPACE/spandx" + path: "/Users/runner/work/omnibus/omnibus/spandx" |
