Skip to content

Commit

Permalink
test of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Jun 27, 2024
1 parent 949a222 commit 2f721a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ runs:
echo "version=$(cat $PLAYDATE_SDK_PATH/VERSION.txt)" >> $GITHUB_OUTPUT
# ${{ (runner.os == 'Windows' && inputs.root-win-path) && 'echo "root=$(cygpath -w "$PLAYDATE_SDK_PATH")" >> $GITHUB_OUTPUT' }}
if ${{ runner.os == 'Windows' }} && ${{ inputs.root-win-path }}; then
PLAYDATE_SDK_PATH=$(cygpath -w "$PLAYDATE_SDK_PATH")
echo "fix root path"
fi
# if ${{ runner.os == 'Windows' }} && ${{ inputs.root-win-path }}; then
# PLAYDATE_SDK_PATH=$(cygpath -w "$PLAYDATE_SDK_PATH")
# echo "fix root path"
# fi
echo "root=$PLAYDATE_SDK_PATH" >> $GITHUB_OUTPUT
echo "set root to $PLAYDATE_SDK_PATH"

0 comments on commit 2f721a4

Please sign in to comment.