Skip to content

Commit

Permalink
Fix download node and node-dev binary to docker (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosonyi committed Sep 23, 2021
1 parent 7adae0d commit be39f7a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,17 +349,16 @@ jobs:
uses: actions/download-artifact@v2
with:
name: integritee-node-dev-${{ github.sha }}
path: integritee-node-dev
path: integritee-node-dev-tmp

- name: Download Integritee Collator
uses: actions/download-artifact@v2
with:
name: integritee-node-${{ github.sha }}
path: integritee-node

- name: Display structure of downloaded files
run: ls -R
- name: Move binaries
run: mv integritee-node-dev-tmp/integritee-node ./integritee-node-dev

- name: Create required package.json
run: test -f package.json || echo '{}' >package.json

Expand Down

0 comments on commit be39f7a

Please sign in to comment.