mirror of
https://github.com/house-of-vanity/rexec.git
synced 2025-08-21 15:17:15 +00:00
Fix
This commit is contained in:
32
.github/workflows/release.yml
vendored
32
.github/workflows/release.yml
vendored
@@ -29,22 +29,22 @@ jobs:
|
|||||||
name: ${{ env.BINARY_NAME }}_x86_64-linux-musl
|
name: ${{ env.BINARY_NAME }}_x86_64-linux-musl
|
||||||
path: target/x86_64-unknown-linux-musl/release/${{ env.BINARY_NAME }}
|
path: target/x86_64-unknown-linux-musl/release/${{ env.BINARY_NAME }}
|
||||||
|
|
||||||
build_arch:
|
build_arch:
|
||||||
name: Arch Linux package
|
name: Arch Linux package
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: archlinux
|
image: archlinux
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@master
|
- uses: actions/download-artifact@master
|
||||||
name: Download built binary
|
name: Download built binary
|
||||||
id: download_binary
|
id: download_binary
|
||||||
with:
|
with:
|
||||||
name: ${{ env.BINARY_NAME }}_x86_64-linux-musl
|
name: ${{ env.BINARY_NAME }}_x86_64-linux-musl
|
||||||
path: ${{ env.BINARY_NAME }}_x86_64-linux-musl
|
path: ${{ env.BINARY_NAME }}_x86_64-linux-musl
|
||||||
- name: List
|
- name: List
|
||||||
run: ls -lah
|
run: ls -lah
|
||||||
|
|
||||||
# release:
|
# release:
|
||||||
# name: Release binary
|
# name: Release binary
|
||||||
|
Reference in New Issue
Block a user