Update build.yaml

This commit is contained in:
Luke Hagar
2023-05-17 08:52:33 -05:00
parent c7c32dda5b
commit 3e7b1805fc

View File

@@ -67,9 +67,10 @@ jobs:
run: |
cd anchor
yarn build
zip -r chrome-extension-${{ github.sha }}.zip build
- name: Archive chrome-extension artifact
uses: actions/upload-artifact@v2
with:
name: anchor-${{ github.sha }}
path: anchor-${{ github.event.pull_request.head.sha }}
path: anchor-${{ github.sha }}