diff --git a/utils/push-deb-to-gitea.sh b/utils/push-deb-to-gitea.sh index 1ec08a8..2bd898e 100644 --- a/utils/push-deb-to-gitea.sh +++ b/utils/push-deb-to-gitea.sh @@ -18,7 +18,7 @@ DEB_FILE="$1" # Upload the specified .deb file curl \ --user ${USERNAME}:${PASSWORD} \ - --upload-file ./${DEB_FILE} \ + --upload-file ${DEB_FILE} \ ${GITEA_URL} echo "See: automate/020_gitea_dpr.sh for sources.list creation."