We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c6277 commit b5f3701Copy full SHA for b5f3701
.github/workflows/release.yml
@@ -63,9 +63,9 @@ jobs:
63
export PATH=$PATH:${{ github.workspace }}/tensorflow-pack/tensorflow-build/gen/utilities
64
./tensorflow-pack/3rdparty-build/build_r.sh ${{ github.event.inputs.revision }} ${{ github.event.inputs.candidate_rev }}
65
66
- # - name: Copy 3rdparty packs to out path
67
- # run :
68
- # cp ${{ github.workspace }}/tensorflow-pack/3rdparty-build/*.pack ${{ github.workspace }}/out/
+ - name: Copy packs to out path
+ run :
+ cp ${{ github.workspace }}/tensorflow-pack/out/*.pack ${{ github.workspace }}/out/
69
70
- name: Get all generated PDSC files for artifact upload
71
run :
0 commit comments