Skip to content

Commit

Permalink
Update accent-issue-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maddie480 authored Feb 16, 2025
1 parent 68840d9 commit a0e409e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/accent-issue-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
Invoke-WebRequest -Uri 'https://github.com/love2d/love/releases/download/11.5/love-11.5-win32.zip' -OutFile temp.zip
Expand-Archive -Path temp.zip -DestinationPath .
Move-Item -Path love-11.5-win32\* -Destination olympus-install\ -Force
Remove-Item -Path temp.zip,love-11.5-win32 -Force -Recurse
Remove-Item -Path temp.zip,love-11.5-win32,olympus-install\olympus.love -Force -Recurse
- name: Build source code zip
run: |
Expand Down

0 comments on commit a0e409e

Please sign in to comment.