Skip to content

Commit

Permalink
fix bootnode artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
hitchhooker committed May 1, 2024
1 parent 339a61c commit b405cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_bootnodes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
- run: cat /tmp/bootnode_tests/broken_bootnodes.json

- name: tar test results
run: tar -czvf /tmp/bootnode_tests/results.tar.gz /tmp/bootnode_tests
run: tar -czvf /tmp/results.tar.gz /tmp/bootnode_tests

- name: archive test results
uses: actions/upload-artifact@v4
with:
name: bootnode-test-results
path: /tmp/bootnode_tests/results.tar.gz
path: /tmp/results.tar.gz

0 comments on commit b405cd6

Please sign in to comment.