Skip to content

Commit

Permalink
ci: fix ci failure
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed Jun 16, 2022
1 parent 6746ea2 commit 6003bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
mkdir -p dist/$DIST/$DIR
cp -r site/public dist/$DIST/$DIR/docs
cp -r README.md LICENSE target/completions target/${{ matrix.target }}/release/${{ matrix.artifact_name }} dist/$DIST/$DIR
tar cvfz dist/${{ matrix.asset_name }}.tar.gz $DIR -C dist/$DIST
tar cvfz dist/${{ matrix.asset_name }}.tar.gz -C dist/$DIST $DIR
shell: bash

- name: Upload release assets
Expand Down

0 comments on commit 6003bb3

Please sign in to comment.