We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1362ded commit 31e648cCopy full SHA for 31e648c
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
55
if: startsWith(github.ref, 'refs/tags/v')
56
run: |
57
mkdir -p release-artifacts
58
- cp target/release/didcomm-mediator-rs release-artifacts/
+ cp target/release/didcomm-mediator release-artifacts/
59
60
- name: Upload Binary Artifact
61
0 commit comments