mirror of
https://github.com/house-of-vanity/rexec.git
synced 2025-07-07 08:54:06 +00:00
Improve actions
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user