Skip to content

Commit

Permalink
modelディレクトリのコピーが不要
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Oct 12, 2023
1 parent 6bc9d62 commit cee87ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ jobs:
# libonnxruntimeについてはバージョン付のshared libraryを使用するためバージョンがついてないものを削除する
rm -f artifact/${{ env.ASSET_NAME }}/libonnxruntime.{so,dylib}
cp -v README.md "artifact/${{ env.ASSET_NAME }}/README.txt"
cp -vr model "artifact/${{ env.ASSET_NAME }}/"
echo "${{ env.VERSION }}" > "artifact/${{ env.ASSET_NAME }}/VERSION"
mkdir java_artifact
Expand Down

0 comments on commit cee87ce

Please sign in to comment.