Update PR artifacts actions and exclude soh.otr (#4558)
* update pr artifacts actions and exclude soh.otr * remove deprecated save-always for windows cache
This commit is contained in:
1
.github/workflows/generate-builds.yml
vendored
1
.github/workflows/generate-builds.yml
vendored
@@ -244,7 +244,6 @@ jobs:
|
||||
- name: Cache build folder
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
save-always: true
|
||||
key: ${{ runner.os }}-build-${{ github.ref }}-${{ github.sha }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-build-${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user