We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe0799 commit 8b7188fCopy full SHA for 8b7188f
1 file changed
.github/workflows/build.yaml
@@ -12,3 +12,7 @@ jobs:
12
node-version: 18
13
- run: npm ci
14
- run: npm run build
15
+ - uses: actions/upload-artifact@v2
16
+ with:
17
+ name: build
18
+ path: dist
0 commit comments