From 4fc1c385333fadd469238dc9e85bb2bc1d7c977b Mon Sep 17 00:00:00 2001 From: Joscha Metze Date: Tue, 2 May 2023 16:57:23 +0200 Subject: [PATCH] try wildcard --- .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 2bc2eb0e..f4b4d3de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -117,4 +117,4 @@ jobs: with: body: ${{ steps.create_release_notes.outputs.body }} files: | - **/dist/maus_cli_${{ runner.os == 'Windows' && 'win' || runner.os == 'macOS' && 'macos' || 'linux' }}${{ runner.os == 'Windows' && '.exe' || runner.os == 'macOS' && '.app' || '' }} + ./dist/maus_cli*