Skip to content

Commit b29e2c8

Browse files
committed
fix: Use correct version in 0.7.6
1 parent c3558e2 commit b29e2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
mkdir -p sentry-native
4848
cd sentry-native
49-
curl -L -O https://github.com/getsentry/sentry-native/releases/download/0.7.1/sentry-native.zip
49+
curl -L -O https://github.com/getsentry/sentry-native/releases/download/${{ env.sentry_native_version }}/sentry-native.zip
5050
unzip sentry-native.zip
5151
- name: Build
5252
run: |

0 commit comments

Comments
 (0)