Skip to content

Commit c545d42

Browse files
authored
Merge pull request #5 from codcod/3-pull-requests-are-not-created-for-repos-with-default-branches-other-than-main
ci: fix release issue
2 parents a9c31a5 + fc4ba11 commit c545d42

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
@@ -196,7 +196,7 @@ jobs:
196196
197197
- name: Strip binary (Unix only)
198198
if: matrix.suffix == ''
199-
run: strip target/${{ matrix.target }}/release/repos${{ matrix.suffix }}
199+
run: strip repos-${{ matrix.target }}
200200

201201
- name: Create archive
202202
shell: bash

0 commit comments

Comments
 (0)