Skip to content

Commit

Permalink
make dir before downloading to it
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordfirespeed committed Dec 30, 2023
1 parent 4d249c8 commit 9901e19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/fetch-custom-boombox-tracks/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ runs:
run: sudo apt-get install wget

- shell: bash
run: wget https://github.com/DeadlyKitten/LC-Boombox/releases/download/v${{ inputs.version }}/CustomBoomboxTracks.dll -O lib/CustomBoomboxTracks.dll
run: |
mkdir lib
wget https://github.com/DeadlyKitten/LC-Boombox/releases/download/v${{ inputs.version }}/CustomBoomboxTracks.dll -O lib/CustomBoomboxTracks.dll

0 comments on commit 9901e19

Please sign in to comment.