Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Lyall/GBFRelinkFix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyall committed Feb 4, 2024
2 parents 69ad2f4 + c30b584 commit 3300422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fileName: "Ultimate-ASI-Loader_x64.zip"
- run: unzip Ultimate-ASI-Loader_x64.zip -d .\
- run: C:\msys64\usr\bin\wget.exe -O .\UltimateASILoader_LICENSE.md https://raw.githubusercontent.com/ThirteenAG/Ultimate-ASI-Loader/master/license
- run: New-Item -Path ".EXTRACT_TO_GAME_FOLDER" -ItemType File
- run: New-Item -Path ".\EXTRACT_TO_GAME_FOLDER" -ItemType File
- run: 7z a -tzip ${{ github.event.repository.name }}_${{ github.event.inputs.version }}.zip README.md EXTRACT_TO_GAME_FOLDER ${{ github.event.repository.name }}.ini ${{ github.event.repository.name }}.asi dinput8.dll UltimateASILoader_LICENSE.md

- uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 3300422

Please sign in to comment.