mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 21:52:49 +03:00
fix: upload artifacts
This commit is contained in:
parent
3792b05741
commit
2fdbb1909d
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -186,6 +186,11 @@ jobs:
|
|||||||
- name: Export
|
- name: Export
|
||||||
run: pnpm export
|
run: pnpm export
|
||||||
|
|
||||||
|
- name: Upload artifact
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
path: ./apps/web/out
|
||||||
|
|
||||||
publish-frontend:
|
publish-frontend:
|
||||||
name: Push frontend image
|
name: Push frontend image
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
|
Loading…
Reference in New Issue
Block a user