Skip to content

rename dist

rename dist #6

Workflow file for this run

name: CI
on:
push:
branches: ["main", "feat/*"]
jobs:
build:
name: Create artifacts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v2
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- uses: actions/setup-node@v3
with:
node-version: '21'
- name: install dependency
run: yarn
- name: create dist path
run: mkdir -p dist/v2
- name: Create Firefox artifacts
run: yarn build firefox
- uses: actions/upload-artifact@v3
with:
name: read-later
path: dist/v2/