Skip to content

Commit

Permalink
Fix release workflow (#683)
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Maruseac <[email protected]>
  • Loading branch information
mihaimaruseac authored Feb 21, 2023
1 parent 0f38038 commit a9c2898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
id: hash_sdist
run: |
set -euo pipefail
echo "hash_sdist=$(sha256sum io-manager-*.tar.gz | base64 -w0)" >> "${GITHUB_OUTPUT}"
echo "hash_sdist=$(sha256sum hindent-*.tar.gz | base64 -w0)" >> "${GITHUB_OUTPUT}"
# Wehn uploading we pick a fixed name since we don't yet have access to
# the version string in the tarball. This can be fixed with some
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Upload sdist as an artifact for later jobs in workflow
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
with:
path: io-manager-*.tar.gz
path: hindent-*.tar.gz
name: sdist.zip # When downloading it is a zip containing the sdist tarball
if-no-files-found: error
retention-days: 1
Expand Down

0 comments on commit a9c2898

Please sign in to comment.