Skip to content

Commit

Permalink
WIP 11
Browse files Browse the repository at this point in the history
  • Loading branch information
12joan committed Apr 5, 2024
1 parent bd2ca68 commit 491dd77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
with:
name: Build-${{ inputs.targetPlatform }}
# path: build/${{ inputs.targetPlatform }}
path: Assets/src
path: Assets/test

- name: Outputs
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 491dd77

Please sign in to comment.