Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
karottenreibe committed Feb 27, 2024
1 parent 424f6e4 commit 876343a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 876343a

Please sign in to comment.