Skip to content

Commit 3e84ee3

Browse files
Update release_vht.yml
1 parent 6cb8061 commit 3e84ee3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release_vht.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ jobs:
4949
- name: Get history of releases from github
5050
run:
5151
python3 ./tensorflow-pack/tensorflow-build/get_releases.py ${{ secrets.GITHUB_TOKEN }} > ./tensorflow-pack/tensorflow-build/history.txt
52-
52+
53+
- name: Debug with tmate on failure
54+
uses: mxschmitt/action-tmate@v3
55+
5356
- name: Run the pack build with the revision specified
5457
run :
5558
./tensorflow-pack/tensorflow-build/build_r.sh ${{ github.event.inputs.revision }} ${{ github.event.inputs.candidate_rev }}

0 commit comments

Comments
 (0)