Skip to content

Commit 6be3f85

Browse files
committed
fix upload script
1 parent 2d609a4 commit 6be3f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/upload-resources-to-github

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ BUILD_DIR=$SCRIPTPATH/../build/k8s-resources/$VERSION
1010
BINARY_DIR=$SCRIPTPATH/../build/bin
1111
INDV_K8S_RESOURCES=$BUILD_DIR/individual-resources.tar
1212
AGG_RESOURCES_YAML=$BUILD_DIR/all-resources.yaml
13-
QP_TAR_RESOURCES_FILE=$BUILD_DIR/individual-resources-queue-processor.tar
13+
QP_INDV_K8S_RESOURCES=$BUILD_DIR/individual-resources-queue-processor.tar
1414
QP_AGG_RESOURCES_YAML=$BUILD_DIR/all-resources-queue-processor.yaml
1515
BINARIES_ONLY="false"
1616

0 commit comments

Comments
 (0)