Skip to content

Commit

Permalink
fix typo in reference (#623)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Angel Ajo <[email protected]>
  • Loading branch information
mangelajo authored Mar 8, 2022
1 parent 05a57a5 commit e7cd34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ if [ $NIGHTLY -eq 1 ]; then
fi

# create container tar.gzs for the consumed container images for non-nightly releases
ARCHITECTURES="amd64 arm64" OUTPUT_DIR="${STAGE_DIR}" sudo -E "${ROOT}/packaging/image/components/archive.sh" || exit 1
ARCHITECTURES="amd64 arm64" OUTPUT_DIR="${STAGE_DIR}" sudo -E "${ROOT}/packaging/images/components/archive.sh" || exit 1

# publish binaries
UPLOAD_URL="$(git_create_release "$API_DATA" "$TOKEN")" || exit 1
Expand Down

0 comments on commit e7cd34f

Please sign in to comment.