Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Commit 23569a1

Browse files
authored
ci: fix windows release (#60)
1 parent 46a8076 commit 23569a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ jobs:
7979
git submodule update --init --remote
8080
cargo build --release
8181
82-
- name: Upload linux version
82+
- name: Upload windows version
8383
uses: actions/upload-release-asset@v1.0.1
8484
env:
8585
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8686
with:
8787
upload_url: ${{ needs.release-info.outputs.upload_url }}
88-
asset_path: ./target/release/elara-kv
88+
asset_path: ./target/release/elara-kv.exe
8989
asset_name: elara-kv-${{ needs.release-info.outputs.tag }}-x86_64-windows
9090
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)