Skip to content

Commit 00e2cb3

Browse files
committed
Clean up env variable
ONE-DCO-1.0-Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
1 parent 76c463a commit 00e2cb3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pub-onnx2circle-launchpad.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ jobs:
8686
username: ${{ secrets.NNFW_DOCKER_USERNAME }}
8787
password: ${{ secrets.NNFW_DOCKER_TOKEN }}
8888
env:
89-
BUILD: build
90-
INSTALL: build/Release.install
9189
O2C_PREFIX: o2c
9290
O2C_BUILDTYPE: Release
9391
steps:
@@ -133,7 +131,7 @@ jobs:
133131
run: |
134132
cd circle-mlir
135133
mkdir -p ${{ env.O2C_PREFIX }}
136-
cp -v ${{ env.INSTALL }}/bin/onnx2circle ./${{ env.O2C_PREFIX }}/.
134+
cp -v build/${{ env.O2C_BUILDTYPE }}.install/bin/onnx2circle ./${{ env.O2C_PREFIX }}/.
137135
138136
- name: Update changelog
139137
run: |

0 commit comments

Comments
 (0)