diff options
| author | Ray <[email protected]> | 2020-08-19 18:46:39 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-19 18:46:39 +0200 |
| commit | f16b9267de550663bde6fa2355d2c4edbef33914 (patch) | |
| tree | eac790cc5c826312ef256a173cdebc3fcf228a03 /.github | |
| parent | c345a9a35640e26dab35c5b2680f5095cf63d198 (diff) | |
| download | raylib-f16b9267de550663bde6fa2355d2c4edbef33914.tar.gz raylib-f16b9267de550663bde6fa2355d2c4edbef33914.zip | |
Update webassembly.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/webassembly.yml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.github/workflows/webassembly.yml b/.github/workflows/webassembly.yml index 22d22348..56746052 100644 --- a/.github/workflows/webassembly.yml +++ b/.github/workflows/webassembly.yml @@ -44,15 +44,17 @@ jobs: - name: Generate Artifacts run: | - cp -v ./src/raylib.h ./build/${{ env.RELEASE_NAME }}/include + copy /Y .\src\raylib.h .\build\${{ env.RELEASE_NAME }}\include\raylib.h cd build - tar -czvf ${{ env.RELEASE_NAME }}.tar.gz ${{ env.RELEASE_NAME }} + 7z a ./${{ env.RELEASE_NAME }}.zip ./${{ env.RELEASE_NAME }} + dir + shell: cmd - name: Upload Artifacts uses: actions/upload-artifact@v2 with: - name: ${{ env.RELEASE_NAME }}.tar.gz - path: ./build/${{ env.RELEASE_NAME }}.tar.gz + name: ${{ env.RELEASE_NAME }}.zip + path: ./build/${{ env.RELEASE_NAME }}.zip - name: Upload Artifact to Release uses: actions/[email protected] |
