We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f26a32 commit 8ba792dCopy full SHA for 8ba792d
.github/workflows/main.yml
@@ -54,7 +54,7 @@ jobs:
54
with:
55
repo_token: ${{ secrets.GITHUB_TOKEN }}
56
file: dist/*
57
- tag: "macosx-${{ github.event.inputs.tag }}${{ github.event.inputs.label }}"
+ tag: "mac-${{ github.event.inputs.tag }}${{ github.event.inputs.label }}"
58
release_name: "pyrealsense2-mac ${{ github.event.inputs.tag }}${{ github.event.inputs.label }}"
59
body: "Prebuilt pyrealsense2-mac wheel packages for MacOS for librealsense2 version ${{ github.event.inputs.tag }}."
60
overwrite: true
0 commit comments