diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 74ea556..52967ce 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -111,6 +111,6 @@ jobs: GITHUB_TOKEN: ${{ github.token }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: .\Setup\MMExNotifier_Setup_${{github.ref_name}}.exe + asset_path: MMExNotifier\Setup\MMExNotifier_Setup_${{github.ref_name}}.exe asset_name: MMExNotifier_Setup_${{github.ref_name}}.exe asset_content_type: application/exe