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:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -28,15 +28,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
args: cargo build --target $BUILD_TARGET --release
|
args: cargo build --target $BUILD_TARGET --release
|
||||||
release:
|
release:
|
||||||
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
# - name: Compress binaries
|
|
||||||
# uses: svenstaro/upx-action@v2
|
|
||||||
# with:
|
|
||||||
# files: |
|
|
||||||
# target/x86_64-unknown-linux-musl/release/*
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
name: Upload artifact
|
name: Upload artifact
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user