Skip to content

Commit

Permalink
better artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Dec 6, 2024
1 parent e0e300f commit a2ed007
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/make_bundle_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -463,14 +463,13 @@ jobs:
run: |
lockfile_path=$(python build_installers.py --lockfile)
echo "LOCKFILE_ARTIFACT_PATH=$lockfile_path" >> $GITHUB_ENV
echo "LOCKFILE_ARTIFACT_NAME=$(basename ${lockfile_path})" >> $GITHUB_ENV
echo "lockfile_artifact=${lockfile_path}" >> $GITHUB_OUTPUT
- name: Upload lockfile artifact
uses: actions/upload-artifact@v4
with:
path: ${{ env.LOCKFILE_ARTIFACT_PATH }}
name: ${{ env.LOCKFILE_ARTIFACT_NAME }}
name: napari-${{ env.version }}-${{ runner.os }}-${{ env.arch-suffix }}.lockfile.txt

- name: Notarize & staple PKG Installer (macOS)
# We only sign pushes to main, nightlies, RCs and final releases
Expand Down

0 comments on commit a2ed007

Please sign in to comment.