Skip to content

Commit

Permalink
Missed a /...
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyman192 committed Jul 26, 2023
1 parent 9bc92bf commit c94bb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build release
run: |
python ./tools/build.py
cp /build/nmsdk.zip nmsdk.zip
cp build/nmsdk.zip nmsdk.zip
- name: Get NMSDK tag version
id: get_nmsdk_version
run: echo "version=$(Tools/read_nmsdk_version.sh)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit c94bb90

Please sign in to comment.