Skip to content

Commit 9a77cf0

Browse files
committed
Update release workflow
1 parent ff81c04 commit 9a77cf0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,9 @@ jobs:
7676
cd ${PACKAGE_DIR}
7777
sysand build --update-meta
7878
sysand publish --index "${SYSAND_INDEX_URL}"
79+
80+
- name: Store kpars
81+
uses: actions/upload-artifact@v7
82+
with:
83+
path: ./**/output/*.kpar
84+
archive: false

0 commit comments

Comments
 (0)