Skip to content

Commit 8e1e892

Browse files
authored
Update release_linux.yml
1 parent b34984a commit 8e1e892

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release_linux.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ jobs:
3535
- name: Create release binaries directory
3636
run: |
3737
mkdir -p target/release/binaries
38+
39+
# Copy the built binary into the binaries directory
40+
- name: Copy Linux binary
41+
run: |
42+
cp target/x86_64-unknown-linux-gnu/release/shell_command_menu target/release/binaries/
43+
3844
3945
- name: Zip and rename the binary
4046
run: |

0 commit comments

Comments
 (0)