Skip to content

Commit

Permalink
fix rm on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
caillonantoine committed May 12, 2023
1 parent 54868a9 commit f4b1579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Expand Up @@ -118,7 +118,7 @@ jobs:
tar -czvf nn_max_msp_windows_x64.tar.gz nn_tilde
- name: PureData Package creation
run: |
rm -fr nn_tilde
Remove-Item -Force -Recurse nn_tilde
mkdir nn_tilde
mv build/frontend/puredata/nn_tilde/Release/* nn_tilde/
tar -czvf nn_puredata_windows_x64.tar.gz nn_tilde
Expand Down

0 comments on commit f4b1579

Please sign in to comment.