Skip to content

Commit

Permalink
fixed the prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixstars-momoko committed Dec 19, 2024
1 parent 404cd28 commit 8101f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-opencv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Extract tag version
id: extract_tag
run: |
echo "TAG_VERSION=${GITHUB_REF#refs/tags/opencv-}" >> $GITHUB_ENV
echo "TAG_VERSION=${{github.ref_name}}#*opencv-" >> $GITHUB_ENV
echo "$TAG_VERSION"
if [ "$TAG_VERSION" != "${{ env.OPENCV_VERSION }}" ]; then
echo "Error: Tag version (${ env.TAG_VERSION }) does not match OPENCV_VERSION (${ env.OPENCV_VERSION })"
Expand Down

0 comments on commit 8101f38

Please sign in to comment.