update actions

pull/1754/head
yann300 3 years ago committed by GitHub
parent 3b2fcd874a
commit 542bdd4594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/publish-remix-ide.yml

@ -7,8 +7,8 @@ jobs:
if: ${{ github.event.label.name == 'publish' }}
runs-on: ubuntu-latest
steps:
- run: npm install
- run: cd..
- run: cd ..
- run: npm install
- run: ls
- run: pwd
- run: nx build remix-ide --with-deps

Loading…
Cancel
Save