Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TimonLukas committed Jun 18, 2022
1 parent e7a9221 commit af6a645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
- if: ${{ inputs.fallback != false }}
shell: bash
run: |
unzip -qq "${{ steps.paths.outputs.executable }}" .init.lua
unzip -qqo "${{ steps.paths.outputs.executable }}" .init.lua
cat <<EOT >> .init.lua
function OnHttpRequest()
Expand All @@ -46,7 +46,7 @@ runs:
- if: ${{ inputs.launch != false }}
shell: bash
run: |
unzip -qq "${{ steps.paths.outputs.executable }}" .init.lua
unzip -qqo "${{ steps.paths.outputs.executable }}" .init.lua
echo "LaunchBrowser('${{ inputs.launch }}')" >> .init.lua
zip -qq "${{ steps.paths.outputs.executable }}" .init.lua
- run: zip -qq -r "${{ steps.paths.outputs.executable }}" ./**
Expand Down

0 comments on commit af6a645

Please sign in to comment.