Skip to content

Commit

Permalink
Merge pull request #46 from m-rossi/upload-artifact-action-v2
Browse files Browse the repository at this point in the history
Update upload-artifact-action to v2
  • Loading branch information
m-rossi authored Aug 11, 2020
2 parents ad3f9b5 + 0443cea commit cc6bfcc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,7 @@ jobs:
- name: Execute conda-build
shell: bash -l {0}
run: conda build --output-folder conda-bld --python ${{ matrix.python-version }} conda.recipe
- name: Determine files to upload
shell: bash -l {0}
id: getfilename
run: echo "::set-output name=file::$(ls conda-bld/*/*.tar.bz2)"
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v2
with:
name: python-${{ matrix.python-version }}-${{ matrix.os }}
path: ${{ steps.getfilename.outputs.file }}
path: conda-bld/*/*.tar.bz2

0 comments on commit cc6bfcc

Please sign in to comment.