Skip to content

Commit

Permalink
fix path for upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoin-tools authored Aug 22, 2024
1 parent 8c7ffcc commit c6d10f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: freebsd-source-bitcoin-debug.log
path: /home/runner/.bitcoin/debug.log
path: /home/runner/work/nodebuilder/nodebuilder/debug.log

run-nodebuilder-docker:
name: Docker image for ${{ matrix.container }}
Expand Down

0 comments on commit c6d10f5

Please sign in to comment.