Skip to content

Commit c350ccb

Browse files
authored
fix: recipe name (#149)
1 parent b181d10 commit c350ccb

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

.github/workflows/rattler-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
RATTLER_BUILD_ENABLE_GITHUB_INTEGRATION: "true"
7373
RATTLER_BUILD_COLOR: "always"
7474
run: |
75-
pixi run build-recipe --recipe recipe/${{ matrix.bins.recipe_name }}.yaml --target-platform=${{ env.TARGET_PLATFORM }}
75+
pixi run build-recipe --recipe recipe/${{ matrix.bins.bin }}.yaml --target-platform=${{ env.TARGET_PLATFORM }}
7676
- name: Upload OSX or Linux packages
7777
shell: bash
7878
if: ${{ startsWith(github.ref, 'refs/tags') && matrix.bins.os != 'windows-latest' && github.repository == env.REPO_NAME }}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)