Skip to content

Commit

Permalink
fix: release ci zip
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldelboni committed May 1, 2023
1 parent efb165f commit e7398b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7398b5

Please sign in to comment.