Skip to content

Commit

Permalink
Change artifact back to fixed glob path
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanheerdegen committed Aug 16, 2024
1 parent fae8974 commit 824f533
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,14 @@ jobs:

- name: Run conda build
shell: bash -el {0}
id: build
run: |
echo "path=$(conda build . --no-anaconda-upload --output-folder=./build --output)" >> $GITHUB_OUTPUT
conda build . --no-anaconda-upload --output-folder=./build
- uses: actions/upload-artifact@v4
with:
name: ${{ env.NAME }}
if-no-files-found: error
path: ${{ steps.build.outputs.path }}
path: ./build/noarch/um2nc-*.tar.bz2

tests:
name: Tests
Expand Down

0 comments on commit 824f533

Please sign in to comment.