Troubleshoot CI

This commit is contained in:
Ashcon Partovi
2024-06-25 12:28:26 -07:00
parent 155b6519f4
commit 800dd81a67

View File

@@ -44,4 +44,7 @@ runs:
esac
curl -LO "${{ inputs.download-url }}/${release}/${target}.zip"
unzip ${target}.zip
ls
echo $(pwd) >> ${GITHUB_PATH}
echo $(pwd)/bun >> ${GITHUB_PATH}
echo $(pwd)/bin >> ${GITHUB_PATH}