Skip to content

Commit

Permalink
fix zip command
Browse files Browse the repository at this point in the history
  • Loading branch information
okdshin committed Nov 30, 2023
1 parent 4a65eff commit dbbfd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
mkdir -p ./dist/flatline_lsp/license
find build_backend_server/bin -name \*.LICENSE.txt | xargs -I{} cp {} ./dist/flatline_lsp/license/
cd dist
zip -r flatline_lsp_ubuntu2004_${{ matrix.build }}.zip flatline_lsp
zip -ry flatline_lsp_ubuntu2004_${{ matrix.build }}.zip flatline_lsp
- name: Create release
id: create_release
Expand Down

0 comments on commit dbbfd8e

Please sign in to comment.