Skip to content

Commit

Permalink
add noarch to dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 30, 2023
1 parent d7d8063 commit 339ba94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: conda_package
path: conda/${{ inputs.package }}/out/*.tar.bz2
path: conda/${{ inputs.package }}/out/noarch/*.tar.bz2

test:

Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: conda_package
path: conda/${{ inputs.package }}/out/
path: conda/${{ inputs.package }}/out/noarch/

- name: Install
run: conda install -c bblanchon -c pypdfium2-team conda/${{ inputs.package }}/out/*.tar.bz2
Expand Down

0 comments on commit 339ba94

Please sign in to comment.