Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
use proper location of pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Jul 21, 2022
1 parent de57bdc commit 0cf9a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_micromamba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: micromamba_pkgs
path: ~/micromamba/envs/buildenv/conda-bld/**/*.tar.bz2 # or path/to/artifact
path: ~/micromamba-root/envs/buildenv/conda-bld/**/*.tar.bz2 # or path/to/artifact
- name: create_oras_push
shell: bash -l {0}
run: |
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: micromamba_pkgs
path: ~/micromamba/envs/buildenv/conda-bld/**/*.tar.bz2 # or path/to/artifact
path: ~/micromamba-root/envs/buildenv/conda-bld/**/*.tar.bz2 # or path/to/artifact
- name: create_oras_push
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 0cf9a7e

Please sign in to comment.