From d47e0713d56df1f0aceaae4654715a8bf9afe7bb Mon Sep 17 00:00:00 2001 From: Andrea Di Michele Date: Tue, 8 Oct 2024 14:31:52 +0200 Subject: [PATCH] fix release binary copying (#1071) --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b6ca671b..4d44ebae9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |