We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34984a commit 8e1e892Copy full SHA for 8e1e892
1 file changed
.github/workflows/release_linux.yml
@@ -35,6 +35,12 @@ jobs:
35
- name: Create release binaries directory
36
run: |
37
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
44
45
- name: Zip and rename the binary
46
0 commit comments