Skip to content

Commit

Permalink
Hardcode version in test
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmichel committed Oct 13, 2023
1 parent b8d2cc5 commit 00d3f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sentry-native-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
$treeish = git -C ${{ github.workspace }}\swift-sentry log -1 --format=%h
nuget pack `
-Properties DESTDIR=${{ github.workspace }}\install\${{ matrix.architecture }} `
-Version ${{ github.event.inputs.sentry-native-tag }}-${treeish} `
-Version 0.6.6-${treeish} `
${{ github.workspace }}\swift-sentry\sentry-native.nuspec
- name: Publish NuGet Package
Expand Down

0 comments on commit 00d3f6c

Please sign in to comment.