Skip to content

Commit

Permalink
Include Python version in artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
rseichter committed Feb 10, 2024
1 parent f066e72 commit d3ae32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
- name: Store Python artifacts
uses: actions/upload-artifact@v4
with:
name: LetsDNS-software
name: LetsDNS-Python-${{ matrix.python-version }}
path: dist/*

0 comments on commit d3ae32c

Please sign in to comment.