Skip to content

Commit

Permalink
ci: fix workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi <iskyzh@gmail.com>
  • Loading branch information
skyzh committed Feb 22, 2022
1 parent 8117acd commit d943cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Compile all targets 🚀
with:
command: build
args: --workspace --release --all-features -- -D warnings
args: --workspace --release --all-features
- name: create tar
run: tar -cvzf sqllogictest-linux-amd64.tar.gz -C target/release sqllogictest
- uses: actions/create-release@latest
Expand Down

0 comments on commit d943cf5

Please sign in to comment.