mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: artifact
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -59,7 +59,7 @@ jobs:
|
|||||||
run: pnpm export
|
run: pnpm export
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v1
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: ./out
|
path: ./out
|
||||||
|
|
||||||
@@ -82,9 +82,10 @@ jobs:
|
|||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- name: Download artifact
|
||||||
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: out
|
path: out/
|
||||||
|
|
||||||
- name: Log in to Docker Hub
|
- name: Log in to Docker Hub
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
@@ -117,7 +118,6 @@ jobs:
|
|||||||
|
|
||||||
# # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
# # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
||||||
# permissions:
|
# permissions:
|
||||||
# contents: read
|
|
||||||
# pages: write
|
# pages: write
|
||||||
# id-token: write
|
# id-token: write
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user