Improve actions

This commit is contained in:
Alexandr Bogomyakov
2023-06-20 15:06:08 +03:00
parent 589e58784f
commit a6f0b99845

View File

@ -14,6 +14,7 @@ env:
BINARY_NAME: rexec BINARY_NAME: rexec
jobs: jobs:
build: build:
name: Build static binary ${{ env.BINARY_NAME }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
contents: write contents: write
@ -28,6 +29,7 @@ jobs:
with: with:
args: cargo build --target $BUILD_TARGET --release args: cargo build --target $BUILD_TARGET --release
release: release:
name: Release binary
needs: build needs: build
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions: