Skip to content

Commit

Permalink
Update create-release-archives.sh (fix typo in naming)
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH authored Jun 27, 2024
1 parent 94e78ea commit 70afffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/create-release-archives.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ declare -a branches=("master" "OpenFOAMv1806" "OpenFOAM10" "OpenFOAM9" "OpenFOAM
mkdir -p release-archives
for i in "${branches[@]}"
do
archive_name=openefoam-adapter-"${adapter_version}"-"${i}"
archive_name=openfoam-adapter-"${adapter_version}"-"${i}"
git archive --format=tar.gz --prefix="${archive_name}"/ "${remote_name}"/"${i}" >"release-archives/${archive_name}".tar.gz
done

0 comments on commit 70afffe

Please sign in to comment.