Skip to content

Commit

Permalink
Updated build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DrRetro2033 committed Dec 23, 2024
1 parent f06b8a0 commit 704e073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- os: ubuntu-latest
platform: linux
output: arceus.elf
add-command: "cp --force ./src/squirrel3/lib/squirrel.so ./scripts/installers/linux/lib/squirrel.so && cp -r ./scripts/installers/linux/ ./build/releases/"
add-command: "cp --force ./src/squirrel3/lib/libsquirrel.so ./scripts/installers/linux/lib/squirrel.so && cp -r ./scripts/installers/linux/ ./build/releases/"
- os: windows-latest
platform: windows
output: arceus.exe
Expand Down

0 comments on commit 704e073

Please sign in to comment.