From 23adfcec9a5c638141d51277240503a76a14015d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Mon, 1 Aug 2022 22:00:31 +0200 Subject: [PATCH] Update release.yml --- .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 29cb9b6..7b76fe9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,5 +19,5 @@ jobs: fail_on_unmatched_files: true token: ${{ secrets.GITHUB_TOKEN }} files: | - '*.ps1' + *.ps1 LICENSE