File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed
Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change 6262 mv opencv-${{ matrix.ver.cv }}/opencv-ohos ${{ env.PKG_NAME }}
6363 7z a ${{ env.PKG_NAME }}.7z ${{ env.PKG_NAME }}
6464
65- # 上传artifact
66- # - name: upload
67- # uses: actions/upload-artifact@v5
68- # with:
69- # name: ${{ env.PKG_NAME }}
70- # path: ${{ env.PKG_NAME }}.7z
71-
72- # 获取所有的git log和tag
73- # - name: Unshallow
74- # run: git fetch --prune --unshallow
75-
76- # 获取git log 从 previousTag 到 lastTag
77- # - name: Get git log
78- # id: git-log
79- # run: |
80- # previousTag=$(git describe --abbrev=0 --tags `git rev-list --tags --skip=1 --max-count=1`)
81- # lastTag=$(git describe --abbrev=0 --tags)
82- # echo "previousTag:$previousTag ~ lastTag:$lastTag"
83- # log=$(git log $previousTag..$lastTag --pretty=format:'- %cd %an: %s\n' --date=format:'%Y-%m-%d %H:%M:%S')
84- # echo "$log"
85- # echo "log_state="$log"" >> $GITHUB_ENV
86-
87- # 创建Changelog文件 triggered by git tag push
88- # - name: Generate Changelog
89- # if: startsWith(github.ref, 'refs/tags/')
90- # run: |
91- # echo -e '${{ env.log_state }}' > release.md
92-
9365 # 创建release 上传release
9466 # https://github.com/marketplace/actions/create-release
9567 - name : Create release and upload-archive
You can’t perform that action at this time.
0 commit comments