Skip to content

Commit

Permalink
only copy target binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mdavid-m committed May 16, 2024
1 parent 51007a9 commit ecdaf7c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-windows-executable-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,10 @@ jobs:
cp -r assets streamlit_exe
cp -r example-data streamlit_exe
cp -r .streamlit streamlit_exe
cp -r openms-bin streamlit_exe/bin
cp openms-bin/*.dll streamlit_exe
cp openms-bin/FLASHDeconv.exe streamlit_exe
cp openms-bin/FLASHTagger.exe streamlit_exe
cp openms-bin/DecoyDatabase.exe streamlit_exe
cp -r share streamlit_exe/share
cp -r js-dist streamlit_exe/js-dist
cp app.py streamlit_exe
Expand Down

0 comments on commit ecdaf7c

Please sign in to comment.