Skip to content

Commit efd5416

Browse files
committed
the other dir!
1 parent 6b66995 commit efd5416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Build
1515
run: |
1616
make
17-
zip ddcctl.zip build/release/ddcctl
17+
zip ddcctl.zip bin/release/ddcctl
1818
- name: Get tag
1919
id: get_tag
2020
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

0 commit comments

Comments
 (0)