Skip to content

Commit e7398b5

Browse files
committed
fix: release ci zip
1 parent efb165f commit e7398b5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,11 @@ jobs:
4242
- name: Build Datalevin DB File
4343
run: clojure -X:extract
4444

45+
- name: Debug artifacts
46+
run: ls -lah target/docs-db
47+
4548
- name: Zips artifacts
46-
run: zip -r "docs-db.zip" "target/docs-db/*"
49+
run: zip -r docs-db.zip . -i target/docs-db/*
4750

4851
- name: Release to GiHub
4952
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)