mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 10:14:13 -05:00
CI: Update actions/cache/save to v5.0.5
This commit is contained in:
@@ -169,7 +169,7 @@ jobs:
|
||||
name: obs-studio-macos-${{ matrix.target }}-${{ needs.check-event.outputs.commitHash }}-dSYMs
|
||||
path: ${{ github.workspace }}/build_macos/obs-studio-*-macos-${{ steps.setup.outputs.cpuName }}-dSYMs.tar.xz
|
||||
|
||||
- uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830
|
||||
- uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
|
||||
if: github.event_name != 'pull_request' && steps.xcode-cache.outputs.cache-hit != 'true'
|
||||
with:
|
||||
path: ${{ steps.setup.outputs.xcodeCasPath }}
|
||||
@@ -240,7 +240,7 @@ jobs:
|
||||
name: obs-studio-${{ matrix.os }}-x86_64-${{ needs.check-event.outputs.commitHash }}-dbgsym
|
||||
path: ${{ github.workspace }}/build_ubuntu/obs-studio-*-x86_64-ubuntu-gnu-dbgsym.ddeb
|
||||
|
||||
- uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830
|
||||
- uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
|
||||
if: github.event_name != 'pull_request' && steps.ccache-cache.outputs.cache-hit != 'true'
|
||||
with:
|
||||
path: ${{ github.workspace }}/.ccache
|
||||
|
||||
Reference in New Issue
Block a user