Skip to content

Commit 31e648c

Browse files
committed
adjust binary path
1 parent 1362ded commit 31e648c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
if: startsWith(github.ref, 'refs/tags/v')
5656
run: |
5757
mkdir -p release-artifacts
58-
cp target/release/didcomm-mediator-rs release-artifacts/
58+
cp target/release/didcomm-mediator release-artifacts/
5959
6060
- name: Upload Binary Artifact
6161
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)