Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Bogomyakov committed Aug 31, 2023
1 parent fe9fa48 commit 86c4e6d
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,6 @@ jobs:
name: ${{ env.BINARY_NAME }}_x86_64-linux-musl
path: target/x86_64-unknown-linux-musl/release/${{ env.BINARY_NAME }}

build_arch:
name: Arch Linux package
runs-on: ubuntu-latest
container:
image: archlinux
permissions:
contents: write
steps:
- uses: actions/download-artifact@master
name: Download built binary
id: download_binary
with:
name: ${{ env.BINARY_NAME }}_x86_64-linux-musl
path: ${{ env.BINARY_NAME }}_x86_64-linux-musl
- name: List
run: ls -lah

# release:
# name: Release binary
Expand Down

0 comments on commit 86c4e6d

Please sign in to comment.