Skip to content

Commit

Permalink
ci: fix sed filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Manuel committed Apr 7, 2022
1 parent 0a28a51 commit d0a4573
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ jobs:
# collect the licenses & README
cp LICENSE ${{ env.DIST_ABS_PATH }}
sed -i -- 's/#TAG#/${{ env.TAG }}/g' README.release.md
cp ./github/workflows/README.release.md ${{ env.DIST_ABS_PATH }}/README.md
sed -i -- 's/#TAG#/${{ env.TAG }}/g' .github/workflows/README.release.md
cp .github/workflows/README.release.md ${{ env.DIST_ABS_PATH }}/README.md
# collect the QCS C SDK shared library
pushd ../qcs-sdk-c
Expand All @@ -171,8 +171,8 @@ jobs:
# collect the licenses & README
cp LICENSE ${{ env.DIST_ABS_PATH }}
sed -i -- 's/#TAG#/${{ env.TAG }}/g' README.release.md
cp ./github/workflows/README.release.md ${{ env.DIST_ABS_PATH }}/README.md
sed -i -- 's/#TAG#/${{ env.TAG }}/g' .github/workflows/README.release.md
cp .github/workflows/README.release.md ${{ env.DIST_ABS_PATH }}/README.md
# collect the QCS C SDK shared library
pushd ../qcs-sdk-c
Expand Down

0 comments on commit d0a4573

Please sign in to comment.