diff options
| author | Matthieu <matthieu@developershouse.xyz> | 2021-10-14 20:54:45 +0000 | 
|---|---|---|
| committer | Matthieu <matthieu@developershouse.xyz> | 2021-10-14 20:54:45 +0000 | 
| commit | 2617665dab8901c6d994c6805a66a3e8fac24924 (patch) | |
| tree | 3f7d185be0a78a59b499b918f867307597f05cd9 /.github/workflows | |
| parent | b37d1b13577afd46d489a272030d5da08cfb0c05 (diff) | |
fix gihub ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/bazel-build.yml | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml index e58cae7..d6aa113 100644 --- a/.github/workflows/bazel-build.yml +++ b/.github/workflows/bazel-build.yml @@ -69,9 +69,8 @@ jobs:          with:
            name: all-${{ matrix.os }}
            path: |
 -            bazel-bin*/package_*
 -            bazel-bin*/package_zip.zip
 -            bazel-bin*/package_tar.tar.gz
 +            bazel-bin*/packages_zip.zip
 +            bazel-bin*/packages_tar.tar.gz
        - name: Publish docker images
          shell: bash
  | 
