Skip to content

Commit

Permalink
fix: output platform_json as json as well
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Jan 5, 2024
1 parent 53afaa3 commit 77306d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-eic-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ jobs:
# so this job turns env into outputs
runs-on: ubuntu-latest
outputs:
platform: ${{ steps.define.outputs.platform }}
platform_json: ${{ steps.define.outputs.platform_json }}
release_json: ${{ steps.define.outputs.release_json }}
steps:
- id: define
run: |
echo "platform=${{ env.platform }}" >> $GITHUB_OUTPUT
echo "platform_json=[\"${{ env.platform }}\"]" >> $GITHUB_OUTPUT
echo "release_json=[\"${{ env.release }}\"]" >> $GITHUB_OUTPUT
build:
Expand Down

0 comments on commit 77306d0

Please sign in to comment.