Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
dsvensson committed Nov 24, 2024
1 parent 3ec5ed7 commit 5e4d4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
(
cd artifacts
for target in *; do
if [[ -f "${target}"/*.zip ]]; then
if ls "${target}"/*.zip &> /dev/null; then
mv "${target}"/*.zip "${dist_dir}/${target}.zip"
else
(cd "${target}"; zip -o -9 "${dist_dir}/${target}.zip" *)
Expand Down

0 comments on commit 5e4d4ba

Please sign in to comment.