Skip to content

Commit

Permalink
better filename
Browse files Browse the repository at this point in the history
  • Loading branch information
bri committed Feb 14, 2024
1 parent e248942 commit 17a0e64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ LIST_RENAME_BUILD_ARTIFACTS(){
"${EXTENSIONS[$(_FORMAT)]}"

for i in build/*."${EXTENSIONS[$(_FORMAT)]}" ; do
OUTFILES+="build/${OUTFILE}"
mv "$i" "build/${OUTFILE}"
done
}
Expand All @@ -151,7 +152,7 @@ UPLOAD_ARTIFACTS(){
-oidentitiesonly=true \
-oPasswordAuthentication=no \
-oUser="${UPLOAD_USER}" \
build/*."${EXTENSIONS[$(_FORMAT)]}" \
"${OUTFILES[@]}" \
"${UPLOAD_SERVER}":"${DESTDIRS[$(_FORMAT)]}"
}

Expand Down

0 comments on commit 17a0e64

Please sign in to comment.