From fa9405bfdcfc893970b16acce53dc1f298503e6b Mon Sep 17 00:00:00 2001 From: David Byers <david.byers@liu.se> Date: Sat, 20 Feb 2021 15:21:43 +0100 Subject: [PATCH] Copy correct chrome artifact in pages. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff37aa5..51a6873 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -281,7 +281,7 @@ pages: - cp safelinks-cleaner-firefox-beta.xpi .public - cp safelinks-cleaner-thunderbird-beta.xpi .public - cp safelinks-cleaner-edge-beta.zip .public - - cp safelinks-cleaner-edge-chrome.crx .public + - cp safelinks-cleaner-chrome-beta.crx .public - mv .public public - ls -lR public needs: -- GitLab