Skip to content

Commit

Permalink
Update release.yaml to use new file paths for lexisynth artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Apr 29, 2024
1 parent b917274 commit 2b22326
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
echo "### Checksums" > ${{ github.workspace }}/CHECKSUMS.txt
# find the files from the above step and generate checksums
for file in ${{ github.workspace }}/scoresight-*; do
for file in ${{ github.workspace }}/uploads/lexisynth-*; do
echo " ${file##*/}: $(sha256sum "${file}" | cut -d " " -f 1)" >> ${{ github.workspace }}/CHECKSUMS.txt
done
Expand All @@ -123,6 +123,6 @@ jobs:
draft: true
body_path: ${{ github.workspace }}/CHECKSUMS.txt
files: |
${{ github.workspace }}/lexisynth-*.exe
${{ github.workspace }}/lexisynth-*.dmg
${{ github.workspace }}/lexisynth-*.tar
${{ github.workspace }}/uploads/lexisynth-*.dmg
${{ github.workspace }}/uploads/lexisynth-*.tar
${{ github.workspace }}/uploads/lexisynth-*.zip

0 comments on commit 2b22326

Please sign in to comment.