From a6f0b9984552ac3e79e53c41ba7c11fad43b91fa Mon Sep 17 00:00:00 2001 From: Alexandr Bogomyakov Date: Tue, 20 Jun 2023 15:06:08 +0300 Subject: [PATCH] Improve actions --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 988a571..9a8260a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,7 @@ env: BINARY_NAME: rexec jobs: build: + name: Build static binary ${{ env.BINARY_NAME }} runs-on: ubuntu-latest permissions: contents: write @@ -28,6 +29,7 @@ jobs: with: args: cargo build --target $BUILD_TARGET --release release: + name: Release binary needs: build runs-on: ubuntu-latest permissions: