From 06ad8f1f874d245c0e56a17bd38766c67695e1a4 Mon Sep 17 00:00:00 2001 From: Danilo Pianini Date: Fri, 18 Dec 2020 15:53:05 +0100 Subject: [PATCH] Reprint whitespaces --- .github/workflows/copy-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copy-release.yml b/.github/workflows/copy-release.yml index 5faf9abb..4475eaa1 100644 --- a/.github/workflows/copy-release.yml +++ b/.github/workflows/copy-release.yml @@ -20,5 +20,5 @@ jobs: hub release create -m "Release $latest" "$latest" -R APICe-at-DISI/OOP-Lab-public || true for file in $(ls); do echo "Delivering file $file" - gh release upload -R 'APICe-at-DISI/OOP-Lab-public' "$latest" "$file" --clobber + gh release upload -R 'APICe-at-DISI/OOP-Lab-public' $latest "$file" --clobber done