Skip to content

Commit

Permalink
added missing fi
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed May 22, 2024
1 parent 6b5d174 commit df86fce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ runs:
fi
if [ "${{ inputs.release }}" = "true" ]; then
zip -r $FILENAME.zip $FILENAME
fi
shell: ${{ runner.os == 'Windows' && 'msys2 {0}' || 'bash' }}

- name: Upload Artifact (Normal)
Expand Down

0 comments on commit df86fce

Please sign in to comment.