Skip to content

fix not ready error #21

fix not ready error

fix not ready error #21

Workflow file for this run

name: pack
on: [push]
jobs:
pack:
runs-on: windows-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install and pack app
run: |
npm ci
npm run release
env:
CI: true
- uses: actions/upload-artifact@v3
with:
name: echo
path: "bin"
if-no-files-found: error