Skip to content

Commit

Permalink
Fix build.sh invocation from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Mar 25, 2024
1 parent e922f41 commit 063b435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
bash scripts/build.sh \
-a ${{ matrix.architecture }} \
-d ${{ matrix.distribution }} \
-r ${{ inputs.revision }}
-n ${{ steps.package.outputs.name }}
- name: Run `assemble.sh`
run: |
Expand Down

0 comments on commit 063b435

Please sign in to comment.