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 committed Feb 27, 2024
1 parent f74967b commit 2ed7ed6
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 @@ -50,12 +50,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 2ed7ed6

Please sign in to comment.