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