This commit is contained in:
2023-08-31 21:11:45 +03:00
parent 5ce837d28b
commit e6c1a63382

View File

@@ -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