Update build.yaml

This commit is contained in:
Luke Hagar
2023-05-17 15:09:56 -05:00
parent a14cedf879
commit 0b2d834544

View File

@@ -71,14 +71,14 @@ jobs:
if: steps.buildCC.outcome == 'success'
run: |
cd anchor
yarn install
npm ci
- name: Build Extension
id: buildExtension
if: steps.installDeps.outcome == 'success'
run: |
cd anchor
yarn build
npm run build
zip -r anchor-${{ github.sha }}.zip build
- name: Archive chrome-extension artifact