Skip to content

Commit

Permalink
Checkout our sources and fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmichel committed Oct 12, 2023
1 parent 1570220 commit a418878
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/sentry-native-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
architecture: ["x64"]

steps:
- name: Checkout swift-sentry sources
uses: actions/checkout@v4
with:
path: "swift-sentry"

- name: Checkout sentry-native sources
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -48,7 +53,7 @@ jobs:
- name: Package NuGet Package
run: |
$treeish = git log -1 --format=%h
nuget pack -Properties DESTDIR=install\${{ matrix.architecture }} -Version 0.0.0.0-${treeish} sentry-native.nuspec
nuget pack -Properties DESTDIR=install\${{ matrix.architecture }} -Version 0.0.0.0-${treeish} swift-sentry\sentry-native.nuspec
- name: Upload Install Artifacts
uses: actions/upload-artifact@v3
Expand All @@ -59,4 +64,4 @@ jobs:
- name: Upload NuGet Package
uses: actions/upload-artifact@v3
with:
path: *.nupkg
path: "*.nupkg"

0 comments on commit a418878

Please sign in to comment.