mirror of
https://github.com/LukeHagar/Anchor.git
synced 2025-12-06 04:19:08 +00:00
Update build.yaml
This commit is contained in:
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user