Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Leo-Smith committed Feb 7, 2024
1 parent cd181b8 commit 42abcad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
if: matrix.config == 'Release'
uses: actions/upload-artifact@v2
with:
path: dist
path: "dist/bin"
name: LuisaRender-${{ matrix.os }}-${{ matrix.compiler.name }}-${{ matrix.compiler.version }}

build-macos:
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
if: matrix.config == 'Release'
uses: actions/upload-artifact@v2
with:
path: dist
path: "dist/bin"
name: LuisaRender-${{ matrix.os }}-${{ matrix.compiler }}

build-windows:
Expand Down Expand Up @@ -159,5 +159,5 @@ jobs:
if: matrix.config == 'Release'
uses: actions/upload-artifact@v2
with:
path: dist
path: "dist/bin"
name: LuisaRender-windows-${{ matrix.os }}-${{ matrix.compiler }}

0 comments on commit 42abcad

Please sign in to comment.