Skip to content

Commit

Permalink
Upload Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani committed Jun 28, 2024
1 parent fb8fccd commit 673ed10
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,18 @@ jobs:
run: ./heplify${{ matrix.arch == 'aarch64' && '-arm64' || '' }} -h
shell: alpine.sh {0}

- name: Upload ${{ matrix.arch }}
- name: Package for ${{ matrix.arch }}
run: ./scripts/build_package.sh
env:
ARCH: ${{ matrix.arch == 'aarch64' && 'arm64' || 'amd64' }}

- name: Upload Artifacts for ${{ matrix.arch }}
if: ${{ github.event_name != 'workflow_dispatch' }}
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: heplify${{ matrix.arch == 'aarch64' && '-arm64' || '' }}
args: 'heplify*'

docker-ghcr-push:
if: ${{ github.event_name != 'workflow_dispatch' }}
Expand Down

0 comments on commit 673ed10

Please sign in to comment.