Skip to content

Commit

Permalink
missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna-f1sh committed Dec 6, 2022
1 parent 27a9585 commit 51f8228
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,13 @@ jobs:
esac;
# Setup paths
BIN_DIR="${{ env.INTERMEDIATES_DIR }}/release-bin/"
BIN_DIR="${{ env.INTERMEDIATES_DIR }}/release-bin"
mkdir -p "${BIN_DIR}"
BIN_NAME="${{ env.PROJECT_NAME }}${EXE_suffix}"
BIN_PATH="${BIN_DIR}/${BIN_NAME}"
# Let subsequent steps know where to find the release bin
# Copy the release build binary to the result location
cp "target/${{ matrix.job.target }}/release/${BIN_NAME}" "${BIN_DIR}"
echo "BIN_PATH=${BIN_PATH}" >> "$GITHUB_OUTPUT"
echo "BIN_NAME=${BIN_NAME}" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 51f8228

Please sign in to comment.