Skip to content

Commit

Permalink
WIP 9
Browse files Browse the repository at this point in the history
  • Loading branch information
12joan committed Apr 5, 2024
1 parent 64a9660 commit 293e26d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
path: Assets/src

- run: |
echo artifact_name=Build-${{ inputs.targetPlatform }} >> $GITHUB_OUTPUT
echo run_id=$GITHUB_RUN_ID >> $GITHUB_OUTPUT
echo "artifact_name=Build-"${{ inputs.targetPlatform }} >> $GITHUB_OUTPUT
echo "run_id=$GITHUB_RUN_ID" >> $GITHUB_OUTPUT

0 comments on commit 293e26d

Please sign in to comment.