File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 rid : linux-x64
2424 - os : ubuntu-22.04-arm
2525 rid : linux-arm64
26- target : Linux-arm64
2726 - os : ubuntu-latest
2827 rid : linux-musl-x64
29- target : Linux-musl
3028 container :
3129 image : ghcr.io/getsentry/sentry-dotnet-alpine:3.21
3230 - os : macos-15 # Pin macos to get the version of Xcode that we need: https://github.com/actions/runner-images/issues/10703
3533 rid : win-x64
3634 - os : windows-11-arm
3735 rid : win-arm64
38- target : Windows-arm64
3936
4037 steps :
4138 - name : Checkout
@@ -251,11 +248,11 @@ jobs:
251248 with :
252249 submodules : recursive
253250
254- - name : Download sentry-native (Windows )
251+ - name : Download sentry-native (win-x64 )
255252 uses : actions/cache/restore@v4
256253 with :
257254 path : src/Sentry/Platforms/Native/sentry-native
258- key : sentry-native-Windows -${{ hashFiles('scripts/build-sentry-native.ps1') }}-${{ hashFiles('.git/modules/modules/sentry-native/HEAD') }}
255+ key : sentry-native-win-x64 -${{ hashFiles('scripts/build-sentry-native.ps1') }}-${{ hashFiles('.git/modules/modules/sentry-native/HEAD') }}
259256 fail-on-cache-miss : true
260257 enableCrossOsArchive : true
261258
@@ -298,7 +295,7 @@ jobs:
298295 - name : Set Environment Variables
299296 run : echo "CI_PUBLISHING_BUILD=true" >> $GITHUB_ENV
300297
301- - name : Download sentry-native (macOS )
298+ - name : Download sentry-native (macos )
302299 uses : actions/cache/restore@v4
303300 with :
304301 path : src/Sentry/Platforms/Native/sentry-native
You can’t perform that action at this time.
0 commit comments