Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 21, 2023
1 parent d86c2b4 commit 7849fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
- name: 📦 Package
shell: pwsh
run: |
curl -s https://api.github.com/repos/mamba-org/micromamba-releases/releases/latest | grep 'browser_download_url.*micromamba-${{ platform }}"' | cut -d : -f 2,3 | tr -d \" | wget -qi -
curl -s https://api.github.com/repos/mamba-org/micromamba-releases/releases/latest | grep 'browser_download_url.*micromamba-${{ matrix.platform }}"' | cut -d : -f 2,3 | tr -d \" | wget -qi -
conda build constructor
conda install /Users/runner/miniconda3/envs/constructor/conda-bld/osx-64/*.tar.bz2
constructor --platform=${{ matrix.platform }} --conda-exe=micromamba-${{ platform }} .
constructor --platform=${{ matrix.platform }} --conda-exe=micromamba-${{ matrix.platform }} .
- name: 📦 Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 7849fe6

Please sign in to comment.