chore: improve github action (#105)
* fix build step * fix ci * fix build * fix ci on linux * . * fix flatpak * . * . * . * fix snap * . * . * . * . * fix * . * . * fix path * . * . * fix upload artifacts * fix build on arm * fix snap arm * . * .
This commit is contained in:
@@ -83,7 +83,7 @@ coop_dir="${temp_dir}/coop.app"
|
||||
# Binary
|
||||
mkdir -p "${coop_dir}/bin" "${coop_dir}/libexec"
|
||||
cp "${target_dir}/${target_triple}/release/coop" "${coop_dir}/libexec/coop"
|
||||
cp "${target_dir}/${target_triple}/release/cli" "${coop_dir}/bin/coop"
|
||||
cp "${target_dir}/${target_triple}/release/coop" "${coop_dir}/bin/coop"
|
||||
|
||||
# Libs
|
||||
find_libs() {
|
||||
|
||||
Reference in New Issue
Block a user