Skip to content

Commit

Permalink
Test nuget pacakge
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmichel committed Oct 12, 2023
1 parent 9dcad00 commit b12ee83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sentry-native-windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Windows Build (sentry-native)

on:
pull_request:
workflow_dispatch:
inputs:
sentry-native-tag:
Expand Down Expand Up @@ -33,7 +34,8 @@ jobs:
with:
repository: getsentry/sentry-native
path: "sentry-native"
ref: ${{ github.event.inputs.sentry-native-tag }}
# ref: ${{ github.event.inputs.sentry-native-tag }}
ref: "0.6.6"
submodules: 'recursive'

- name: Setup Visual Studio
Expand Down

0 comments on commit b12ee83

Please sign in to comment.