From 5bfa4792312b185f4f2ea7b31696848a71ec4595 Mon Sep 17 00:00:00 2001 From: Cat Flynn Date: Mon, 1 Feb 2021 21:03:22 +0000 Subject: [PATCH] actually release instead of just saying so --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c20ffd3..beb2051 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,6 +65,7 @@ deploy-release: ITCH_GAME: "revival" ITCH_TRACK: "windows" script: - - echo "deploy release :bolb:" + - chmod +x ./ci/deploy.sh + - ./ci/deploy.sh $BUILD_DIR $ITCH_USER $ITCH_GAME $ITCH_TRACK dependencies: - build