From 57df76cadadb8aaf7a0e23c9996225d277125bf1 Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Mon, 8 Jan 2024 12:30:20 -0500 Subject: [PATCH] Fix release workflow. --- .github/workflows/make-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make-release.yaml b/.github/workflows/make-release.yaml index 8901831..0fb761c 100644 --- a/.github/workflows/make-release.yaml +++ b/.github/workflows/make-release.yaml @@ -71,7 +71,7 @@ jobs: - name: Create Release uses: softprops/action-gh-release@v1 with: - fail-on-unmatched-files: true + fail_on_unmatched_files: true files: | release-artifacts/*.deb release-artifacts/*.msi