Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit b7b5454

Browse files
Update deploy.yml
1 parent a059b93 commit b7b5454

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,18 @@ jobs:
132132
133133
# update after release
134134
#curl -O https://raw.githubusercontent.com/package-wizard/installer/refs/tags/$VERSION/resources/schemas/schema-v2.json
135+
#curl -O https://raw.githubusercontent.com/package-wizard/installer/refs/tags/$VERSION/resources/schemas/example-v2.json
135136
curl -O https://raw.githubusercontent.com/package-wizard/installer/refs/heads/main/resources/schemas/schema-v2.json
137+
curl -O https://raw.githubusercontent.com/package-wizard/installer/refs/heads/main/resources/schemas/example-v2.json
136138
137139
- name: Upload artifacts
138140
uses: actions/upload-artifact@v4
139141
with:
140142
name: schemas
141-
path: schema-v2.json
142-
retention-days: 7
143+
path: |
144+
schema-v2.json
145+
example-v2.json
146+
retention-days: 1
143147

144148
deploy-pages:
145149
environment:
@@ -181,6 +185,7 @@ jobs:
181185
run: |
182186
mkdir dir/schemas
183187
mv schema-v2.json dir/schemas/schema-v2.json
188+
mv example-v2.json dir/schemas/example-v2.json
184189
185190
- name: Setup Pages
186191
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)