Skip to content

Commit

Permalink
don't try to include a .zip.CHECKSUM
Browse files Browse the repository at this point in the history
that was part of the unison racket lib dist
  • Loading branch information
aryairani committed Mar 23, 2024
1 parent 137eebd commit 1c9090e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,5 @@ jobs:
prerelease: true
title: Development Build
files: |
/tmp/ucm/**/*.tar.gz
/tmp/ucm/**/*.zip
/tmp/ucm/**/*.zip.CHECKSUM
/tmp/ucm/**/ucm-*.tar.gz
/tmp/ucm/**/ucm-*.zip
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
if [ -z "$prev_tag" ]; then echo "No previous release found"; exit 1; fi
echo "Creating a release from these artifacts:"
ls -R /tmp/ucm/**/ucm-*.{zip,tar.gz,zip.CHECKSUM}
ls -R /tmp/ucm/**/ucm-*.{zip,tar.gz}
gh release create "release/${{inputs.version}}" \
--repo unisonweb/unison \
--target "${{github.ref}}" \
--generate-notes \
--notes-start-tag "${prev_tag}" \
\
/tmp/ucm/**/ucm-*.{zip,tar.gz,zip.CHECKSUM}
/tmp/ucm/**/ucm-*.{zip,tar.gz}

0 comments on commit 1c9090e

Please sign in to comment.