We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b4919 commit 5b2f0b2Copy full SHA for 5b2f0b2
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Build docset
31
run: |
32
bundle exec cheatset generate terraform.rb
33
- zip terraform-docset.zip Terraform.docset
+ zip -r terraform-docset.zip Terraform.docset
34
35
- uses: actions/upload-artifact@v2
36
with:
0 commit comments