mirror of
https://github.com/LukeHagar/Anchor.git
synced 2025-12-09 20:37:48 +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: |
|
run: |
|
||||||
cd anchor
|
cd anchor
|
||||||
yarn build
|
yarn build
|
||||||
|
zip -r chrome-extension-${{ github.sha }}.zip build
|
||||||
|
|
||||||
- name: Archive chrome-extension artifact
|
- name: Archive chrome-extension artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: anchor-${{ github.sha }}
|
name: anchor-${{ github.sha }}
|
||||||
path: anchor-${{ github.event.pull_request.head.sha }}
|
path: anchor-${{ github.sha }}
|
||||||
|
|||||||
Reference in New Issue
Block a user