From 5f6e6348f3127398812e407716fd346a11ffa1e2 Mon Sep 17 00:00:00 2001 From: Ingo Pfennigstorf <i.pfennigstorf@gmail.com> Date: Thu, 5 Aug 2021 15:32:18 +0200 Subject: [PATCH] Revert "Update .gitlab-ci.yml" This reverts commit 210d51d16cb7679a3d053e45a16bba1783addf6e. --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75daae4..d2f6391 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -157,11 +157,11 @@ pushback: - job: pages artifacts: true script: - - zip -r updated-artifacts2.zip public + - zip -r updated-artifact.zip public artifacts: - name: "updated-artifacts" + name: "updated-artifact" paths: - - updated-artifacts2.zip + - updated-artifact.zip # removes the environments that are no longer needed. -- GitLab