Skip to content
Prev Previous commit
Next Next commit
chore: fix build integrity hash reference
  • Loading branch information
heitorlessa committed May 23, 2023
commit 324190980f62a725ef51c44c4c41e00f5aefd2c4
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
- name: Upload build artifact
uses: ./.github/actions/upload-artifact
with:
name: build-${{ steps.integrity.outputs.INTEGRITY_HASH}}
name: build-${{ steps.integrity.outputs.BUILD_INTEGRITY_HASH}}
path: dist/

# This job uses release artifact to publish to PyPi
Expand Down