Ray
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
.github/workflows/webassembly.yml
|
|
@ -49,6 +49,8 @@ jobs: |
|
|
|
- name: Generate Artifacts |
|
|
|
run: | |
|
|
|
copy /Y .\src\raylib.h .\build\${{ env.RELEASE_NAME }}\include\raylib.h |
|
|
|
copy /Y .\README.md .\build\${{ env.RELEASE_NAME }}\README.md |
|
|
|
copy /Y .\LICENSE .\build\${{ env.RELEASE_NAME }}\LICENSE |
|
|
|
cd build |
|
|
|
7z a ./${{ env.RELEASE_NAME }}.zip ./${{ env.RELEASE_NAME }} |
|
|
|
dir |
|
|
|