Skip to content

Commit

Permalink
Update Miniconda path for artifact upload
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Bargull <marcel.bargull@udo.edu>
  • Loading branch information
mbargull committed Nov 21, 2023
1 parent 0096f7a commit 912ce49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: package-${{ github.sha }}
path: /usr/share/miniconda3/conda-bld
path: /usr/share/miniconda/conda-bld
tests:
defaults:
run:
Expand Down

0 comments on commit 912ce49

Please sign in to comment.