Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
masked-rpgmaker committed Oct 2, 2020
1 parent c45a5b1 commit da83eee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/bundle-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '14'
- name: Setup Emscripten
- name: Setup Emscripten and Build
run: |
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
./emsdk install 2.0.4
./emsdk activate 2.0.4
source ./emsdk_env.sh
- name: Build
run: |
npm ci
npm run build
- name: Get plugin name
Expand Down

0 comments on commit da83eee

Please sign in to comment.