Skip to content

Commit 436b6cd

Browse files
caxu-rhacornett21
authored andcommitted
release-artifacts: separate mv and gh in multiline inline script
Signed-off-by: Caleb Xu <caxu@redhat.com>
1 parent 9e2b1e2 commit 436b6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
path: /usr/local/bin/preflight
4848

4949
- name: Rename and upload the binary
50-
run:
50+
run: |
5151
mv --verbose "${outputs_dir}/preflight" "${outputs_dir}/preflight-${platform}-${architecture}"
5252
gh release upload --repo "${GITHUB_REPOSITORY}" "${tag}" "${outputs_dir}/preflight-${platform}-${architecture}"
5353
env:

0 commit comments

Comments
 (0)