Skip to content

Commit

Permalink
is it the order?
Browse files Browse the repository at this point in the history
  • Loading branch information
kferrone committed Mar 8, 2024
1 parent 29c8af0 commit c68840a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
run: |
for d in artifacts/*; do
name=$(basename $d)
file="$(find "$d" -name "duploctl*" -type "file")"
file="$(find "$d" -type 'file' -name "duploctl*")"
if [[ $file == *.exe ]]; then
name="${name}.exe"
fi
Expand Down

0 comments on commit c68840a

Please sign in to comment.