Skip to content

Commit

Permalink
update build for moved scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
u3dreal committed Nov 2, 2023
1 parent 7f51df2 commit d7f9648
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Build with Cython
id: build
run: echo "::set-output name=version::$(python pack_molecular.py)"
run: echo "::set-output name=version::$(python scripts/pack_molecular.py)"
- name: Upload windows zip
uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Build with Cython
id: build
run: echo "::set-output name=version::$(python pack_molecular.py)"
run: echo "::set-output name=version::$(python scripts/pack_molecular.py)"
- name: Upload linux zip
uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Build with Cython
id: build
run: echo "::set-output name=version::$(python pack_molecular.py)"
run: echo "::set-output name=version::$(python scripts/pack_molecular.py)"
- name: Upload mac zip
uses: actions/upload-artifact@v2
with:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d7f9648

Please sign in to comment.