We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c2bc8 commit 4906e32Copy full SHA for 4906e32
1 file changed
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
run: make build_batcher_client
26
27
- name: Rename binary
28
- run: mv batcher/client/target/release/aligned ${{ matrix.artifact_name }}
+ run: mv batcher/target/release/aligned ${{ matrix.artifact_name }}
29
30
- name: Release
31
uses: softprops/action-gh-release@v2
0 commit comments