Skip to content

Commit

Permalink
BIT-353: Use correct env vars for toolchain and build target
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubberbandits committed Jun 9, 2023
1 parent e7236c6 commit 5aa0bd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
# Environment variables specific to each target
env:
RUST_BIN_DIR: target/${{ matrix.rust-target }}/release
TARGET: ${{ matrix.rust-target }}
RUSTUP_TOOLCHAIN: ${{ matrix.rust-toolchain }}
CARGO_BUILD_TARGET: ${{ matrix.rust-target }}

##
steps:
Expand Down

0 comments on commit 5aa0bd3

Please sign in to comment.