CI: fix artifact path in release script

This commit is contained in:
folex 2021-11-09 17:54:09 +03:00
parent 9d43d54e93
commit e11a6301e5

View File

@ -114,6 +114,12 @@ jobs:
working-directory: ./aqua
## Update node-distro repo
- name: Calculate SHA256
run: |
du -hs ./aqua-ipfs.tar.gz
echo $(sha256sum ./aqua-ipfs.tar.gz)
echo "SHA256=$(sha256sum ./aqua-ipfs.tar.gz | awk '{ print $1 }')" >> $GITHUB_ENV
- name: Get tar.gz URL
id: package-url
uses: actions/github-script@v4
@ -137,12 +143,6 @@ jobs:
throw e;
}
- name: Calculate SHA256
run: |
du -hs ./service/aqua-ipfs.tar.gz
echo $(sha256sum ./service/aqua-ipfs.tar.gz)
echo "SHA256=$(sha256sum ./service/aqua-ipfs.tar.gz | awk '{ print $1 }')" >> $GITHUB_ENV
- name: Update version in node-distro repo
uses: benc-uk/workflow-dispatch@v1
with: