mirror of
https://github.com/house-of-vanity/rexec.git
synced 2025-07-07 16:54:07 +00:00
Fix
This commit is contained in:
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -10,7 +10,7 @@ env:
|
||||
jobs:
|
||||
build:
|
||||
name: Build static binary
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
@ -43,10 +43,13 @@ jobs:
|
||||
id: download_binary
|
||||
with:
|
||||
name: ${{ env.BINARY_NAME }}_x86_64-linux-musl
|
||||
path: target/x86_64-unknown-linux-musl/release/rexec
|
||||
path: ${{ env.BINARY_NAME }}_x86_64-linux-musl
|
||||
- name: Move binary
|
||||
run: |
|
||||
mkdir -p target/x86_64-unknown-linux-musl/release/
|
||||
mv ${{ env.BINARY_NAME }}_x86_64-linux-musl/rexec target/x86_64-unknown-linux-musl/release/
|
||||
- name: Install build deps
|
||||
run: |
|
||||
#pacman -Syu --noconfirm rustup musl git tree
|
||||
ls -lah
|
||||
makepkg -f
|
||||
ls -lah
|
||||
|
Reference in New Issue
Block a user