mirror of
https://github.com/fluencelabs/trust-graph-test
synced 2025-04-24 17:42:27 +00:00
ci: fix typos
This commit is contained in:
parent
5ed8ca0a34
commit
07ce474ab5
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -93,7 +93,7 @@ jobs:
|
|||||||
id: release
|
id: release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
name: aqua-dht ${{ env.RELEASE_VERSION }}
|
name: trust-graph ${{ env.RELEASE_VERSION }}
|
||||||
tag_name: ${{ env.RELEASE_VERSION }}
|
tag_name: ${{ env.RELEASE_VERSION }}
|
||||||
files: |
|
files: |
|
||||||
trust-graph.tar.gz
|
trust-graph.tar.gz
|
||||||
@ -138,7 +138,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Calculate SHA256
|
- name: Calculate SHA256
|
||||||
run: |
|
run: |
|
||||||
du -hs aqua-dht.tar.gz
|
du -hs trust-graph.tar.gz
|
||||||
echo $(sha256sum trust-graph.tar.gz)
|
echo $(sha256sum trust-graph.tar.gz)
|
||||||
echo "SHA256=$(sha256sum trust-graph.tar.gz | awk '{ print $1 }')" >> $GITHUB_ENV
|
echo "SHA256=$(sha256sum trust-graph.tar.gz | awk '{ print $1 }')" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user