We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aaf53d commit 135d990Copy full SHA for 135d990
.github/workflows/build-template-zips.yml
@@ -13,7 +13,7 @@ jobs:
13
14
- name: Create template zips
15
run: |
16
- cd templates
+ cd packages/templates
17
zip -r minimal.zip minimal/
18
zip -r blog.zip blog/
19
zip -r spa.zip spa/
@@ -26,12 +26,12 @@ jobs:
26
uses: actions/upload-artifact@v4
27
with:
28
name: templates
29
- path: templates/*.zip
+ path: packages/templates/*.zip
30
retention-days: 1
31
32
# Prod - attach to release
33
- name: Upload to release
34
if: github.event_name == 'release'
35
uses: softprops/action-gh-release@v1
36
37
- files: templates/*.zip
+ files: packages/templates/*.zip
pnpm-workspace.yaml
0 commit comments