From e7398b523acd247235a10b821c6299c338e0ab21 Mon Sep 17 00:00:00 2001 From: Rafael Delboni Date: Sun, 30 Apr 2023 22:16:31 -0300 Subject: [PATCH] fix: release ci zip --- .github/workflows/release.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 872e2a9..7e8a9bb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -42,8 +42,11 @@ jobs: - name: Build Datalevin DB File run: clojure -X:extract + - name: Debug artifacts + run: ls -lah target/docs-db + - name: Zips artifacts - run: zip -r "docs-db.zip" "target/docs-db/*" + run: zip -r docs-db.zip . -i target/docs-db/* - name: Release to GiHub uses: softprops/action-gh-release@v1