Skip to content

Commit

Permalink
~fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Jun 27, 2024
1 parent 048a94b commit 7249897
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
- name: inequality
if: runner.os == 'Windows' && matrix.root-win-path != 'false'
run: |
[ "$PLAYDATE_SDK_PATH" == "${{ steps.installer.outputs.root }}" ] && (echo "::error ::Env not eq output: PLAYDATE_SDK_PATH" && exit 1)
echo "env: $PLAYDATE_SDK_PATH"
[ "$PLAYDATE_SDK_PATH" == "${{ steps.installer.outputs.root }}" ] && (echo "::error ::Env is eq output: PLAYDATE_SDK_PATH" && exit 1)
- name: $PATH
run: |
Expand Down
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,5 @@ runs:
if: runner.os == 'Windows' && inputs.root-win-path != 'false'
run: |
PLAYDATE_SDK_PATH=$(cygpath -w "$PLAYDATE_SDK_PATH")
echo "fixed output path: $PLAYDATE_SDK_PATH"
echo "root=$PLAYDATE_SDK_PATH" >> $GITHUB_OUTPUT

0 comments on commit 7249897

Please sign in to comment.