From 189bfe9f3fa6ec9c6f62730f6bf75a56ca6af77c Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 18 Aug 2022 17:15:15 +0200 Subject: [PATCH] Fix scan-for-updates fix (d'oh) --- .github/workflows/scan-for-updates.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scan-for-updates.yml b/.github/workflows/scan-for-updates.yml index 381b1da22..b10a45a70 100644 --- a/.github/workflows/scan-for-updates.yml +++ b/.github/workflows/scan-for-updates.yml @@ -91,8 +91,8 @@ jobs: MATRIX="${MATRIX}]}" # HACK: add 'LICENSE' to the files in the archive, to avoid # creating an empty archive when there are no modified files - echo "::set-output name=matrix::$MATRIX" LICENSE - tar cvf modified.tar.gz $modified + echo "::set-output name=matrix::$MATRIX" + tar cvf modified.tar.gz $modified LICENSE - name: "Upload metadata as artifact for pull request jobs" uses: actions/upload-artifact@v2