Skip to content

Commit 0ba60ce

Browse files
committed
Provide TAG env to macOS build steps
1 parent e04a362 commit 0ba60ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/macos-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,13 @@ jobs:
5656
cargo build -p rockbox-cli --release
5757
cargo build -p rockbox-server --release
5858
cargo build -p rockbox --release
59+
env:
60+
TAG: ${{ inputs.tag || github.ref_name }}
5961
- name: Build Rockbox Binary
6062
run: zig build
6163
working-directory: zig
64+
env:
65+
TAG: ${{ inputs.tag || github.ref_name }}
6266
- name: Install
6367
run: sudo make install
6468
working-directory: build-lib

0 commit comments

Comments
 (0)