Skip to content

Commit

Permalink
ci: adjust windows artifact build path
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelrogstad committed Nov 10, 2024
1 parent efaf153 commit 36fdc78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ jobs:
name: bitcoin-patched-${{ env.BITCOIN_PATCHED_VERSION }}-x86_64-w64-msvc
if-no-files-found: error
path: |
build/src/bitcoind.exe
build/src/bitcoin-cli.exe
build/src/qt/bitcoin-qt.exe
build/src/Release/bitcoind.exe
build/src/Release/bitcoin-cli.exe
build/src/qt/Release/bitcoin-qt.exe
build-macos:
name: Build macOS binaries
Expand Down

0 comments on commit 36fdc78

Please sign in to comment.