Skip to content

Commit 8ba792d

Browse files
committed
chore: fix tag
1 parent 2f26a32 commit 8ba792d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
repo_token: ${{ secrets.GITHUB_TOKEN }}
5656
file: dist/*
57-
tag: "macosx-${{ github.event.inputs.tag }}${{ github.event.inputs.label }}"
57+
tag: "mac-${{ github.event.inputs.tag }}${{ github.event.inputs.label }}"
5858
release_name: "pyrealsense2-mac ${{ github.event.inputs.tag }}${{ github.event.inputs.label }}"
5959
body: "Prebuilt pyrealsense2-mac wheel packages for MacOS for librealsense2 version ${{ github.event.inputs.tag }}."
6060
overwrite: true

0 commit comments

Comments
 (0)