Skip to content

Commit

Permalink
Update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
extremecoders-re authored Jan 6, 2025
1 parent 7ae4d99 commit b733293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
./bin/micromamba create -r ~/micromamba -n py38 -c conda-forge python=3.8 --yes
./bin/micromamba run -r ~/micromamba -n py38 pip install -r requirements-dev.txt
./bin/micromamba run -r ~/micromamba -n py38 pyinstaller -F pyinstxtractor-ng.py
./bin/micromamba run -r ~/micromamba -n py38 pyinstaller -F pyinstxtractor_ng.py --name pyinstxtractor-ng
- name: Set release date
run: echo "RELEASE_DATE=$(date -u +%Y.%m.%d)" >> ${GITHUB_ENV}
Expand All @@ -44,7 +44,7 @@ jobs:
python-version: '3.8'
- run: |
python -m pip install -r requirements-dev.txt
python -m PyInstaller -F pyinstxtractor-ng.py
python -m PyInstaller -F pyinstxtractor_ng.py --name pyinstxtractor-ng
- name: Set release date
shell: bash
Expand Down

0 comments on commit b733293

Please sign in to comment.