Skip to content

Commit b5f3701

Browse files
Update release.yml
1 parent 70c6277 commit b5f3701

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
export PATH=$PATH:${{ github.workspace }}/tensorflow-pack/tensorflow-build/gen/utilities
6464
./tensorflow-pack/3rdparty-build/build_r.sh ${{ github.event.inputs.revision }} ${{ github.event.inputs.candidate_rev }}
6565
66-
# - name: Copy 3rdparty packs to out path
67-
# run :
68-
# cp ${{ github.workspace }}/tensorflow-pack/3rdparty-build/*.pack ${{ github.workspace }}/out/
66+
- name: Copy packs to out path
67+
run :
68+
cp ${{ github.workspace }}/tensorflow-pack/out/*.pack ${{ github.workspace }}/out/
6969

7070
- name: Get all generated PDSC files for artifact upload
7171
run :

0 commit comments

Comments
 (0)