Adjust CI'

This commit is contained in:
baltdev 2024-04-05 16:17:13 -05:00
parent 59ab421b8b
commit a52a72e7d3

View File

@ -56,7 +56,7 @@ jobs:
BIN_RELEASE="${PROJECT_NAME}-${{ matrix.name }}${BIN_SUFFIX}"
BIN_RELEASE_VERSIONED="${PROJECT_NAME}-${{ github.ref_name }}-${{ matrix.name }}${BIN_SUFFIX}"
rm ./.github/workflows/build/apple*
rm .github/workflows/build/apple*
# Move the built binary where you want it
mv "${BIN_OUTPUT}" "./.github/workflows/build/${BIN_RELEASE}"