Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhou121 committed Aug 3, 2024
1 parent 62049c5 commit 086146a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Create queries
if: runner.os == 'Linux'
run: |
cp ./tmp/helix/LICENSE ./tmp/helix/queries/helix.LICENSE
cp ./tmp/helix/LICENSE ./tmp/helix/runtime/queries/helix.LICENSE
tar -C ./tmp/helix/runtime/queries -cvf ./queries.tar .
zstd ./queries.tar -o ./queries.tar.zst
Expand Down

0 comments on commit 086146a

Please sign in to comment.