Skip to content

Commit

Permalink
chore: fix melange binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardomaraschini committed Nov 15, 2024
1 parent 29bc74e commit 007927a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-custom-melange-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ runs:
shell: bash
run: |
mkdir -p build
${MELANGE_CMD} keygen melange.rsa
${MELANGE_CMD} build ${{ inputs.context }}/melange.yaml --arch ${{ inputs.arch }}
melange keygen melange.rsa
melange build ${{ inputs.context }}/melange.yaml --arch ${{ inputs.arch }}
# upload artifacts generated by the melange build so they can later be used by apko

Expand Down

0 comments on commit 007927a

Please sign in to comment.