Skip to content

Commit 4449271

Browse files
committed
remove commented-out steps from HarmonyOS build workflow
1 parent ec8db27 commit 4449271

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/workflows/harmonyos.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -62,34 +62,6 @@ jobs:
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

0 commit comments

Comments
 (0)