Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Diegovsky committed Dec 7, 2024
1 parent 7698086 commit cd0808d
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 @@ -33,7 +33,7 @@ jobs:
# Step 5: Upload the binaries
- name: Upload Binaries
run: |
mkdir artifacts
mkdir binaries
cp target/x86_64-unknown-linux-gnu/debug/htmeta binaries/x64-debug-linux-htmeta || true
cp target/x86_64-unknown-linux-gnu/release/htmeta binaries/x64-release-linux-htmeta || true
shell: bash
Expand Down

0 comments on commit cd0808d

Please sign in to comment.