mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 16:22:21 +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
|
||||
run: pnpm export
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: ./apps/web/out
|
||||
|
||||
publish-frontend:
|
||||
name: Push frontend image
|
||||
if: github.ref == 'refs/heads/master'
|
||||
|
Loading…
Reference in New Issue
Block a user