diff --git a/scripts/release-aur-bin.sh b/scripts/release-aur-bin.sh index f1def2b..444eab1 100755 --- a/scripts/release-aur-bin.sh +++ b/scripts/release-aur-bin.sh @@ -13,7 +13,7 @@ git clone $BIN_REPO_URL $PROJECT_NAME-bin cd $PROJECT_NAME-bin # get the sum from the artifacts -SUM=( `cat ../$ARCHIVENAME.sum` ) +SUM=( `cat ../artifacts/$ARCHIVENAME.sum` ) # Generate the PKGBUILD echo "# Maintainer: Abraham Toriz