Skip to content

Commit

Permalink
chore: Adjust windows package generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Jul 20, 2024
1 parent e2616a0 commit 832393a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/runtime-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,10 @@ jobs:
Get-ChildItem . -Filter *.zip | Expand-Archive -DestinationPath uno -Force
cd uno
rm *.nuspec
rm -fR _rels
rm -fR data
Remove-Item *.nuspec
Remove-Item *.nuspec
Remove-Item _rels -Recurse
Remove-Item data -Recurse
- name: Copy ninja
run: |
Expand Down

0 comments on commit 832393a

Please sign in to comment.