Skip to content

Commit

Permalink
fix multiple artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Vibaswan committed Nov 18, 2024
1 parent 0c93c29 commit 57083fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: generated_py_package
name: generated_py_package-${{ matrix.python-version }}
path: |
art
- name: Display structure of downloaded files
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: generated_go_package
name: generated_go_package-${{ matrix.go-version }}
path: |
pkg
art
Expand Down

0 comments on commit 57083fa

Please sign in to comment.