Update weekly.yml

This commit is contained in:
Alexander Klingenbeck 2023-05-25 09:16:13 +02:00 committed by GitHub
parent eb3ffd8e35
commit ea1fd75386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -91,10 +91,10 @@ jobs:
- name: Generate Artifacts
run: |
mkdir release
copy /Y ./examples/lib.raylib.d.ts ./release/lib.raylib.d.ts
copy /Y ./main.js ./release/main.js
copy /Y ./rayjs.exe ./release/rayjs.exe
copy /Y ./readme.md ./release/readme.md
copy /Y examples\lib.raylib.d.ts release\lib.raylib.d.ts
copy /Y main.js release\main.js
copy /Y rayjs.exe release\rayjs.exe
copy /Y readme.md release\readme.md
7z a ./rayjs_windows_x64.zip ./release
dir
shell: cmd