Skip to content

Commit

Permalink
Update bcny-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
compnerd authored Nov 30, 2023
1 parent 04b8fa0 commit 4ed2f02
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/bcny-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,7 @@ jobs:
run: cmake --build out --config RelWithDebInfo

- name: Stage Sentry
run: |
cmake --install out --config RelWithDebInfo --prefix sentry-native
# New-Item -ItemType Directory -Path sentry-native\bin\win64 -Force | Out-Null
# New-Item -ItemType Directory -Path sentry-native\include -Force | Out-Null
# New-Item -ItemType Directory -Path sentry-native\lib\win64 -Force | Out-Null
# Copy-Item include\sentry.h sentry-native\include\
# Copy-Item out\RelWithDebInfo\sentry.dll sentry-native\bin\win64\
# Copy-Item out\RelWithDebInfo\sentry.pdb sentry-native\bin\win64\
# Copy-Item out\crashpad_build\handler\RelWithDebInfo\crashpad_wer.dll sentry-native\bin\win64\
# Copy-Item out\crashpad_build\handler\RelWithDebInfo\crashpad_wer.pdb sentry-native\bin\win64\
# Copy-Item out\crashpad_build\handler\RelWithDebInfo\crashpad_handler.exe sentry-native\bin\win64\
# Copy-Item out\RelWithDebInfo\sentry.lib sentry-native\lib\win64\
run: cmake --install out --config RelWithDebInfo --prefix sentry-native

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 4ed2f02

Please sign in to comment.