Skip to content

Commit

Permalink
fix the build error on artifacts name
Browse files Browse the repository at this point in the history
  • Loading branch information
taku910 committed Aug 17, 2024
1 parent e963f99 commit 0f544b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts
name: artifacts-cifuzz
path: ./out/artifacts
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- name: Upload artifcacts
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: artifcacts-cmake
path: ./build/*.7z

- name: Upload Release Assets
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: artifacts-wheel
path: |
./python/wheelhouse/*.whl
./python/wheelhouse/*.tar.gz
Expand Down

0 comments on commit 0f544b3

Please sign in to comment.