Skip to content

Commit

Permalink
fix archive name
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored May 6, 2024
1 parent e29bdce commit 4e1f4a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,12 +331,12 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: python-freebsd-x86_64-${{ inputs.python_version }}
name: python-freebsd${{ matrix.release }}-x86_64-${{ inputs.python_version }}
path: ./python*.zip

- name: Upload artifacts
if: ${{ always() && inputs.debug }}
uses: actions/upload-artifact@v4
with:
name: build-python-freebsd-x86_64-${{ inputs.python_version }}
name: build-python-freebsd${{ matrix.release }}-x86_64-${{ inputs.python_version }}
path: ./*python*.tar.gz

0 comments on commit 4e1f4a9

Please sign in to comment.