Skip to content

Commit

Permalink
Replace deprecated ::set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaunonen committed Sep 2, 2024
1 parent fbd37ad commit 01e7618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
fi
emskaffolden -E "$EMSKAFFOLDEN_ENV" -- build --file-output build.json
echo "::set-output name=build_json::$(base64 -w 0 < build.json)"
echo "build_json=$(base64 -w 0 < build.json)" >> "$GITHUB_OUTPUT"
outputs:
build_json: ${{ steps.build.outputs.build_json }}

Expand Down

0 comments on commit 01e7618

Please sign in to comment.