Skip to content

Commit

Permalink
More Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub committed Oct 8, 2024
1 parent 11a67d1 commit 091c8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/make-release-distro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ git log --oneline ${PREVIOUS_REF}...${RELEASE_COMMIT} | sed -e 's/^/- /' >> ${RE
echo "**Full Changelog**: https://github.com/deephaven/benchmark/compare/${PREVIOUS_TAG}...${RELEASE_TAG}" >> ${RELEASE_NOTES}

echo "-- Make Release Current Directory --"
ls -l
find

# Build the Distro for running standard benchmarks
mkdir -p ${DISTRO_DEST}/libs/
Expand Down

0 comments on commit 091c8e3

Please sign in to comment.