Skip to content

Commit

Permalink
do not tart
Browse files Browse the repository at this point in the history
  • Loading branch information
chicoxyzzy committed Jul 15, 2024
1 parent d05d01f commit 392547d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/upload-docs-cli-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ jobs:
- name: 'Build CLI with docs support'
run: make dispatch-docs

- name: 'Tar files'
run: tar -cvf cli_with_docs.tar build/linux/amd64

- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with:
name: cli_with_docs
path: cli_with_docs.tar
path: dispatch

0 comments on commit 392547d

Please sign in to comment.