mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 10:22:55 +08:00
fix: upload artifacts
This commit is contained in:
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'
|
||||||
|
|||||||
Reference in New Issue
Block a user