We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3558e2 commit b29e2c8Copy full SHA for b29e2c8
.github/workflows/main.yml
@@ -46,7 +46,7 @@ jobs:
46
run: |
47
mkdir -p sentry-native
48
cd sentry-native
49
- curl -L -O https://github.com/getsentry/sentry-native/releases/download/0.7.1/sentry-native.zip
+ curl -L -O https://github.com/getsentry/sentry-native/releases/download/${{ env.sentry_native_version }}/sentry-native.zip
50
unzip sentry-native.zip
51
- name: Build
52
0 commit comments