Skip to content

Commit

Permalink
Update build-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
affggh authored Oct 18, 2024
1 parent fe63091 commit ccbd694
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
actions-cache-folder: ${{ env.emsdk_cache_dir }}

- name: Run build script
run: ./build.sh
run: |
chmod +x ./build.sh
./build.sh
- name: Upload Build Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ccbd694

Please sign in to comment.