Skip to content

Commit

Permalink
clean up action
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian committed Jul 9, 2024
1 parent a1991af commit 5fcae05
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,12 @@ jobs:
mamba install -y pyinstaller
- name: Generate PyInstaller command
id: pyinstaller_cmd
run: |
source ~/miniforge3/etc/profile.d/conda.sh
conda activate orion-env
pyinstaller --name orion --onedir --paths=$CONDA_PREFIX/lib/python3.11/site-packages --add-data "$CONDA_PREFIX:lib/orion-env" orion_cli/cli.py
pyinstaller --name orion --onedir --add-data "$CONDA_PREFIX:lib/orion-env" orion_cli/cli.py
echo "PyInstaller command executed."
- name: Rename output directory
run: |
Expand All @@ -152,7 +154,6 @@ jobs:




build-windows:
runs-on: windows-latest

Expand Down

0 comments on commit 5fcae05

Please sign in to comment.