Skip to content

Commit

Permalink
typos in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kif authored Sep 11, 2024
1 parent ab7e205 commit 15e2c37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
name: cibw-sdist
path: dist
- name: Install from sdist
run: pip install "$(ls dist/pyfai-*.tar.gz)"
run: pip install "$(ls dist/freesas-*.tar.gz)"
- name: Run tests
env:
WITH_QT_TEST: "False" # skip GUI tests
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
export FREESAS_VERSION="$(python -c 'import freesas; print(freesas.strictversion)')"
sphinx-build doc/source/ "freesas-${FREESAS_VERSION}_documentation/"
zip -r "freesas-${FREESAS_VERSION}_documentation.zip" "freesas-${PYFAI_VERSION}_documentation/"
zip -r "freesas-${FREESAS_VERSION}_documentation.zip" "freesas-${FREESAS_VERSION}_documentation/"
- uses: actions/upload-artifact@v4
with:
name: documentation
Expand Down

0 comments on commit 15e2c37

Please sign in to comment.