Skip to content

Commit

Permalink
For some reason actions/cache@v4 save-always does not work - removing it
Browse files Browse the repository at this point in the history
  • Loading branch information
dstanev-atvi committed Feb 27, 2024
1 parent 3099d2d commit 5566d15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/otel_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- uses: actions/cache/save@v4
with:
path: c:/c
save-always: true
enableCrossOsArchive: true
key: ${{ runner.os }}-bazel-${{ hashFiles('.bazelversion', '.bazelrc', 'MODULE.bazel', 'MODULE.bazel.lock') }}
- name: release otel_sdk.zip
Expand Down

0 comments on commit 5566d15

Please sign in to comment.