Skip to content

Commit 5b2f0b2

Browse files
committed
Fix docset zip
1 parent 79b4919 commit 5b2f0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build docset
3131
run: |
3232
bundle exec cheatset generate terraform.rb
33-
zip terraform-docset.zip Terraform.docset
33+
zip -r terraform-docset.zip Terraform.docset
3434
3535
- uses: actions/upload-artifact@v2
3636
with:

0 commit comments

Comments
 (0)