Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hillu committed Dec 19, 2021
1 parent adc1106 commit c91c218
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 @@ -31,7 +31,7 @@ jobs:
RUSTC=$(pwd)/contrib/musl-static-build/rustc-wrapper cargo build --release
- name: build tarball
run: |
ln target/x86_64-alpine-linux-musl/release/laurel .
ln target/release/laurel .
tar -czf laurel.tar.gz laurel *.md
- name: Create release
id: create_release
Expand Down

0 comments on commit c91c218

Please sign in to comment.