From a11db12cb52ae009030ed17d6c57f50da703a2b6 Mon Sep 17 00:00:00 2001 From: jklingen Date: Fri, 18 Apr 2025 12:01:03 +0200 Subject: [PATCH] Upload all files to release --- .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 1ead89512..172033c50 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -102,7 +102,7 @@ jobs: uses: actions/upload-release-asset@v1 with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: drop/*.exe + asset_path: "*" asset_name: Greenshot-${{ github.run_number }}.exe asset_content_type: application/octet-stream