Skip to content

Commit

Permalink
fix windows pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mdavid-m committed Mar 22, 2024
1 parent baf17e6 commit db9eaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-executable-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
cp -r src dist/src
cp -r assets dist/assets
cp -r example-data dist/example-data
cp -r openms-bin dist/bin
cp -r openms-bin dist/
cp -r share dist/share
cp -r js-dist dist/js-component/dist
cp app.py dist/
Expand Down

0 comments on commit db9eaf1

Please sign in to comment.