Skip to content

Commit

Permalink
Upgrade release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Dec 21, 2023
1 parent 77de901 commit 9a7b610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ url {
}
EOM

for PACKAGE in 'esperanto-cosmopolitan' 'esperanto'; do
for PACKAGE in 'esperanto-cosmopolitan' 'x86_64-esperanto' 'aarch64-esperanto'; do
PKG_DIR=${OUTPUT_DIR}/packages/${PACKAGE}/${PACKAGE}.${OPAM_VERSION}
mkdir -p ${PKG_DIR} || exit 1
cat opam/${PACKAGE}.opam ${OUTPUT_DIR}/tmp/url \
Expand Down

0 comments on commit 9a7b610

Please sign in to comment.