Skip to content

Commit

Permalink
specify artifact_name
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Feb 22, 2024
1 parent 0819b2b commit 1a728a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
- name: "Upload Build Artifact"
uses: actions/upload-artifact@v3
with:
name: ${{ steps.version.outputs.version_number }}-${{ inputs.package }}-${{ inputs.deploy-to }}
name: ${{ inputs.version_number }}-${{ inputs.package }}-${{ inputs.deploy-to }}
path: |
${{ inputs.changelog_path }}
./dist/
Expand All @@ -154,7 +154,7 @@ jobs:
changelog_path: ${{ needs.bump-version-generate-changelog.outputs.changelog_path }}
test_run: ${{ inputs.deploy-to == 'test' && true || false }}
sha: ${{ needs.bump-version-generate-changelog.outputs.final_sha }}
artifact_name: ${{ steps.version.outputs.version_number }}-${{ inputs.package }}-${{ inputs.deploy-to }}
artifact_name: ${{ inputs.version_number }}-${{ inputs.package }}-${{ inputs.deploy-to }}

pypi-release:
name: Publish to PyPI
Expand Down

0 comments on commit 1a728a9

Please sign in to comment.