Skip to content

Commit

Permalink
Fix baptizer invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Mar 22, 2024
1 parent 132428d commit 5b53e52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_inline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,21 +102,21 @@ jobs:
- name: Run `baptizer.sh` (min)
run: |
name=$(bash scripts/baptizer.sh -m \
${{ inputs.is_release && '-x' }} \
-a ${{ matrix.architecture }} \
-d ${{ matrix.distribution }} \
-r ${{ inputs.revision }} \
${{ inputs.is_release && '-x' || '' }} \
)
echo "name=$name" >> $GITHUB_OUTPUT
id: min_package

- name: Run `baptizer.sh`
run: |
name=$(bash scripts/baptizer.sh \
${{ inputs.is_release && '-x' }} \
-a ${{ matrix.architecture }} \
-d ${{ matrix.distribution }} \
-r ${{ inputs.revision }} \
${{ inputs.is_release && '-x' || '' }} \
)
echo "name=$name" >> $GITHUB_OUTPUT
id: package
Expand Down

0 comments on commit 5b53e52

Please sign in to comment.