Skip to content

Commit 4906e32

Browse files
ci: fix aligned client path (#553)
1 parent a0c2bc8 commit 4906e32

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
@@ -25,7 +25,7 @@ jobs:
2525
run: make build_batcher_client
2626

2727
- name: Rename binary
28-
run: mv batcher/client/target/release/aligned ${{ matrix.artifact_name }}
28+
run: mv batcher/target/release/aligned ${{ matrix.artifact_name }}
2929

3030
- name: Release
3131
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)