File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 48
48
- name : Build aarch64 binary
49
49
run : cross build --target-dir=build --release --verbose --target=aarch64-unknown-linux-musl --all-features
50
50
51
- - name : Move binaries to build directory
52
- run : |
53
- mv build/x86_64-unknown-linux-musl/release/linutil build/linutil
54
- mv build/aarch64-unknown-linux-musl/release/linutil build/linutil-aarch64
55
-
56
51
- name : Extract Version
57
52
id : extract_version
58
53
run : |
73
68
append_body : true
74
69
generate_release_notes : true
75
70
files : |
76
- ./build/linutil
77
- ./build/linutil-aarch64
71
+ ./build/x86_64-unknown-linux-musl/release/ linutil
72
+ ./build/aarch64-unknown-linux-musl/release/ linutil-aarch64
78
73
./start.sh
79
74
./startdev.sh
80
75
prerelease : true
84
79
85
80
- name : Setup Preview
86
81
run : |
87
- echo "$(pwd)/build" >> $GITHUB_PATH
82
+ echo "$(pwd)/build/x86_64-unknown-linux-musl/release/ " >> $GITHUB_PATH
88
83
89
84
- name : Generate preview
90
85
uses : charmbracelet/vhs-action@v2.1.0
You can’t perform that action at this time.
0 commit comments