Skip to content

Commit 2fb097b

Browse files
committed
feat: add upload-artifact step after build
1 parent 9db49ac commit 2fb097b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
- name: Build
1818
run: yarn build
1919

20+
- name: Upload Build Artifact
21+
uses: actions/upload-artifact@v4
22+
with:
23+
name: build
24+
path: build
25+
2026
lint:
2127
name: Lint
2228
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)