Skip to content

Commit

Permalink
artifacts under the same name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Aug 8, 2023
1 parent 30f230f commit 52fe8bf
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/pin_requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,9 @@ jobs:
- name: Generate requirements file
run: pip-compile --extra web --output-file requirements-${{ matrix.os }}-${{ matrix.python-version }}.txt pyproject.toml

upload-artifacts:
needs: generate-requirements
runs-on: ubuntu-latest
steps:
- name: Upload requirements files
- name: Upload requirements file
uses: actions/upload-artifact@v3
with:
name: requirements
path: requirements-*.txt
path: requirements-${{ matrix.os }}-${{ matrix.python-version }}.txt

0 comments on commit 52fe8bf

Please sign in to comment.