Skip to content

Commit

Permalink
fixed indentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed May 21, 2024
1 parent 0ce6f9b commit 74f2ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
if: runner.os != 'Windows'
run: |
if [ "${{ inputs.target }}" = "auto" ]; then
arturo --bundle ${{ inputs.entry }}
arturo --bundle ${{ inputs.entry }}
entry="${{ inputs.entry }}"
xbase=${entry##*/}
xpref=${xbase%.*}
Expand Down

0 comments on commit 74f2ecf

Please sign in to comment.