From 657386ae8dbbd719b9e263c16fffadaa9b6e74b9 Mon Sep 17 00:00:00 2001 From: Matthieu CAILLEAUX Date: Mon, 15 Nov 2021 16:12:01 +0100 Subject: [PATCH] chore: test expose as --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27d39a1..c468848 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ build: artifacts: name: wfrp4e-actor-sheet-print when: on_success - expose_as: "$CI_COMMIT_BRANCH" + expose_as: '$CI_COMMIT_BRANCH' paths: - dist/wfrp4e-actor-sheet-print.zip expire_in: never