Skip to content

Commit

Permalink
missed the extract step
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Jun 30, 2023
1 parent f848de5 commit 3a72042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ph_backward_compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Extract and Place Rev Leap Version artifacts
run: |
mkdir tmp
dpkg -x leap*amd64.deb tmp
dpkg -x leap*.deb tmp
rm build/bin/nodeos
rm build/bin/cleos
mv tmp/usr/bin/nodeos build/bin
Expand Down

0 comments on commit 3a72042

Please sign in to comment.