Skip to content

Commit

Permalink
Fix artifact typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaScheller committed Dec 10, 2023
1 parent de41a4a commit 5f626b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_houdini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: UsdAssetResolver-Windows-${{ matrix.houdini_version }}
name: UsdAssetResolver-Windows-Houdini-${{ matrix.houdini_version }}
path: artifacts/*.zip

deploy:
Expand All @@ -141,7 +141,7 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v3
with:
name: UsdAssetResolver-${{ matrix.os }}-${{ matrix.houdini_version }}
name: UsdAssetResolver-${{ matrix.os }}-Houdini-${{ matrix.houdini_version }}
path: artifacts
- name: Upload artifacts as release assets
run: |
Expand Down

0 comments on commit 5f626b9

Please sign in to comment.