Skip to content

Commit

Permalink
fix(ci): support uploading noarch package artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <su+git@chawyehsu.com>
  • Loading branch information
chawyehsu committed Nov 8, 2024
1 parent 59ef79b commit d023887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.target }}-builds
path: ./output/${{ matrix.target }}/*.conda
path: ./output/[${{ matrix.target }}|noarch]/*.conda

cd_release:
name: Release
Expand Down

0 comments on commit d023887

Please sign in to comment.