pull/1754/head
bunsenstraat 3 years ago
parent 426f153368
commit 6d914ebd3c
  1. 10
      .github/workflows/publish-ide.yml

@ -7,11 +7,11 @@ jobs:
if: ${{ github.event.label.name == 'publish' }} if: ${{ github.event.label.name == 'publish' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
- run: npm install - run: npm install
- run: ls - run: ls
- run: pwd - run: pwd
- run: npm run downloadsolc_assets - run: npm run downloadsolc_assets
- run: npm run build:production - run: npm run build:production
- run: ./apps/remix-ide/ci/copy_resources.sh - run: ./apps/remix-ide/ci/copy_resources.sh

Loading…
Cancel
Save