From 8a772a9744c03aa8ed8799dbcbd3b1cc9fb2339d Mon Sep 17 00:00:00 2001 From: Michael Schilling Date: Mon, 17 Feb 2020 21:57:04 +0100 Subject: [PATCH] Clean artifact naming (site) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e84a303..c65cdc24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,5 +62,5 @@ jobs: - uses: actions/upload-artifact@v1 with: - name: site.zip + name: site path: site.zip