Skip to content

Commit

Permalink
ci: fix zip package
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Jan 18, 2024
1 parent 95fea21 commit 335bbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
cp build/libs/crowdin-cli-*.jar crowdin-cli/crowdin-cli.jar
cp build/libs/crowdin_completion crowdin-cli/crowdin_completion
cp packages/zip/* crowdin-cli/
zip -r crowdin-cli.zip crowdin-cli && chmod 0644 crowdin-cli.zip
zip -r crowdin-cli.zip ${{ github.ref_name }} && chmod 0644 crowdin-cli.zip
rm -rf crowdin-cli
- name: Generate shasum
Expand Down

0 comments on commit 335bbe5

Please sign in to comment.