diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index dd5993ad..e5b23d49 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -97,11 +97,12 @@ jobs: robocopy .\Profiler\lib teamscale_dotnet_profiler\Licenses LICENSE /s & exit 0 robocopy .\documentation teamscale_dotnet_profiler\Documentation userguide.pdf & exit 0 7z a teamscale-profiler-dotnet.zip .\teamscale_dotnet_profiler + dir - uses: actions/upload-artifact@v4 with: name: release-zip - path: teamscale-profiler-dotnet.zip + path: '*.zip' - name: Upload Release Assets if: startsWith(github.ref, 'refs/tags/v')