From 71c0a6a72d5f274602a18f7114eca1d0447fbe08 Mon Sep 17 00:00:00 2001 From: dimiandre Date: Mon, 23 Sep 2024 16:59:51 +0200 Subject: [PATCH] fix release binary copying --- .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: |