Skip to content

Commit

Permalink
Fix scan-for-updates fix (d'oh)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Aug 18, 2022
1 parent 6af59e6 commit 189bfe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scan-for-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 189bfe9

Please sign in to comment.