mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 01:30:49 +01:00
[skip actions] Added uploads of WASM/JS port
This commit is contained in:
parent
d2cecba34d
commit
1e076b3dcd
14
.github/workflows/cmake-wasm.yml
vendored
14
.github/workflows/cmake-wasm.yml
vendored
@ -2,7 +2,7 @@
|
||||
|
||||
name: WebAssembly build
|
||||
|
||||
on: [push, pull_request]
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
env:
|
||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||
@ -117,3 +117,15 @@ jobs:
|
||||
${{runner.workspace}}/embuild/cli/vgmstream-cli.js
|
||||
${{runner.workspace}}/embuild/cli/vgmstream-cli.wasm
|
||||
name: vgmstream-wasm
|
||||
|
||||
- name: Upload artifacts to S3
|
||||
if: github.event_name != 'pull_request'
|
||||
working-directory: ${{runner.workspace}}/build
|
||||
shell: bash
|
||||
env:
|
||||
AWS_DEFAULT_REGION: us-west-1
|
||||
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
|
||||
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}
|
||||
run: |
|
||||
aws s3 cp ${{runner.workspace}}/embuild/cli/vgmstream-cli.js s3://vgmstream-builds/js/vgmstream-cli.js --acl public-read
|
||||
aws s3 cp ${{runner.workspace}}/embuild/cli/vgmstream-cli.wasm s3://vgmstream-builds/js/vgmstream-cli.wasm --acl public-read
|
@ -8,6 +8,7 @@
|
||||
|
||||
self
|
||||
Download<https://dl.vgmstream.org>
|
||||
Web version<https://katiefrogs.github.io/vgmstream-web/>
|
||||
USAGE
|
||||
FORMATS
|
||||
BUILD
|
||||
|
Loading…
Reference in New Issue
Block a user