Skip to content

Commit

Permalink
Fix GITHUB_OUTPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Mar 22, 2024
1 parent c6cb40b commit 132428d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_inline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
-d ${{ matrix.distribution }} \
-r ${{ inputs.revision }} \
)
echo "$name" >> $GITHUB_OUTPUT
echo "name=$name" >> $GITHUB_OUTPUT
id: min_package

- name: Run `baptizer.sh`
Expand All @@ -118,7 +118,7 @@ jobs:
-d ${{ matrix.distribution }} \
-r ${{ inputs.revision }} \
)
echo "$name" >> $GITHUB_OUTPUT
echo "name=$name" >> $GITHUB_OUTPUT
id: package

- name: Run `build.sh`
Expand All @@ -137,5 +137,3 @@ jobs:
name: ${{ steps.package.outputs.name }}
path: artifacts/dist/${{ steps.package.outputs.name }}
if-no-files-found: error


0 comments on commit 132428d

Please sign in to comment.