fix: upload artifacts

This commit is contained in:
DarkSky 2023-02-14 00:21:16 +08:00
parent 3792b05741
commit 2fdbb1909d

View File

@ -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'