Skip to content

Commit

Permalink
try fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
karottenreibe committed Feb 27, 2024
1 parent 6dd6ac1 commit 20700e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,10 @@ jobs:
mkdir teamscale_dotnet_profiler/Documentation
cp ./documentation/userguide.pdf teamscale_dotnet_profiler/Documentation
zip -r teamscale-profiler-dotnet.zip ./teamscale_dotnet_profiler
ls -al
echo "zip"
7z a teamscale-profiler-dotnet.zip ./teamscale_dotnet_profiler
echo "done"
ls -al
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 20700e7

Please sign in to comment.