Skip to content

Commit

Permalink
- Fix missing input
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Jul 11, 2022
1 parent 71572e3 commit 1a39b9b
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 @@ -63,7 +63,7 @@ runs:
- name: Assemble executable
shell: bash
run: |
cat ./squashfs-root/bin/love ./target.love > ./squashfs-root/bin/${{ inputs.executable-name }}
cat ./squashfs-root/bin/love ${{ inputs.love-package }} > ./squashfs-root/bin/${{ inputs.executable-name }}
chmod +x ./squashfs-root/bin/${{ inputs.executable-name }}
- name: Set icon
if: "${{ inputs.icon-path != '' }}"
Expand Down

0 comments on commit 1a39b9b

Please sign in to comment.