mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Fix page
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -517,7 +517,7 @@ jobs:
|
||||
run: cp ./build/release/artifacts/test-sample.exe build/release/artifacts/root/filesys/c/
|
||||
|
||||
- name: Create Emulation Root zip
|
||||
run: zip -r ./page/root.zip ./build/release/artifacts/test-sample.exe build/release/artifacts/root
|
||||
run: cd ./build/release/artifacts && zip -r "${{github.workspace}}/page/root.zip" ./root
|
||||
|
||||
- name: Copy Files
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user