File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 6666 run : |
6767 export TAG_NAME=${{ github.event.release.tag_name }}
6868 export TAG_NAME=${TAG_NAME:-"nightly"}
69+ echo $TAG_NAME
6970 mv /tmp/macos_${{ matrix.job.arch }}_${{ github.event.release.tag_name }}.zip /tmp/macos_${{ matrix.job.arch }}_${TAG_NAME}.zip
70- gh release create $TAGNAME -t "$TAGNAME }" -n "$TAGNAME "
71- gh release upload $TAGNAME /tmp/macos_${{ matrix.job.arch }}_${TAG_NAME}.zip
71+ gh release create $TAG_NAME -t "$TAG_NAME }" -n "$TAG_NAME "
72+ gh release upload $TAG_NAME /tmp/macos_${{ matrix.job.arch }}_${TAG_NAME}.zip
Original file line number Diff line number Diff line change 7373 run : |
7474 export TAG_NAME=${{ github.event.release.tag_name }}
7575 export TAG_NAME=${TAG_NAME:-"nightly"}
76+ echo $TAG_NAME
7677 mv /tmp/ubuntu_amd64_${{ github.event.release.tag_name }}.zip /tmp/ubuntu_amd64_${TAG_NAME}.zip
77- gh release create $TAGNAME -t "$TAGNAME }" -n "$TAGNAME "
78- gh release upload $TAGNAME /tmp/ubuntu_amd64_${TAG_NAME}.zip
78+ gh release create $TAG_NAME -t "$TAG_NAME }" -n "$TAG_NAME "
79+ gh release upload $TAG_NAME /tmp/ubuntu_amd64_${TAG_NAME}.zip
Original file line number Diff line number Diff line change 8282 run : |
8383 export TAG_NAME=${{ github.event.release.tag_name }}
8484 export TAG_NAME=${TAG_NAME:-"nightly"}
85+ echo $TAG_NAME
8586 mv /tmp/macos_${{ matrix.job.arch }}_${{ github.event.release.tag_name }}.zip /tmp/windows_${{ matrix.job.arch }}_${TAG_NAME}.zip
86- gh release create $TAGNAME -t "$TAGNAME }" -n "$TAGNAME "
87- gh release upload $TAGNAME /tmp/windows_${{ matrix.job.arch }}_${TAG_NAME}.zip
87+ gh release create $TAG_NAME -t "$TAG_NAME }" -n "$TAG_NAME "
88+ gh release upload $TAG_NAME /tmp/windows_${{ matrix.job.arch }}_${TAG_NAME}.zip
You can’t perform that action at this time.
0 commit comments