Skip to content

Commit

Permalink
fix release binary copying
Browse files Browse the repository at this point in the history
  • Loading branch information
dimiandre committed Sep 23, 2024
1 parent de3c4d1 commit 71c0a6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Docker compose
run: STAKE_TOKEN="ujunox" TIMEOUT_COMMIT=500ms docker compose up -d

- name: Copy binary
run: docker cp juno_node_1:/usr/bin/junod ./junod
run: docker cp juno-node-1:/usr/bin/junod ./junod

- name: Save sha256 sum
run: sha256sum ./junod > ./junod_sha256.txt

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v1
with:
token: ${{ github.token }}
files: |
Expand Down

0 comments on commit 71c0a6a

Please sign in to comment.