mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
github: action remove comment
This commit is contained in:
parent
402cf77dff
commit
a270628d02
4
.github/workflows/windows-6.2.yml
vendored
4
.github/workflows/windows-6.2.yml
vendored
|
@ -115,13 +115,11 @@ jobs:
|
||||||
& .github\scripts\windows-publish.ps1 ${env:archiveName} ${env:targetName}
|
& .github\scripts\windows-publish.ps1 ${env:archiveName} ${env:targetName}
|
||||||
$name = ${env:archiveName}
|
$name = ${env:archiveName}
|
||||||
echo "::set-output name=packageName::$name"
|
echo "::set-output name=packageName::$name"
|
||||||
# tag 查询github-Release
|
|
||||||
# 上传artifacts
|
|
||||||
# - uses: actions/upload-artifact@v2
|
# - uses: actions/upload-artifact@v2
|
||||||
# with:
|
# with:
|
||||||
# name: ${{ steps.package.outputs.packageName }}
|
# name: ${{ steps.package.outputs.packageName }}
|
||||||
# path: ${{ steps.package.outputs.packageName }}.zip
|
# path: ${{ steps.package.outputs.packageName }}.zip
|
||||||
# tag 上传Release
|
|
||||||
- name: uploadRelease
|
- name: uploadRelease
|
||||||
# if: startsWith(github.event.ref, 'refs/tags/')
|
# if: startsWith(github.event.ref, 'refs/tags/')
|
||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
|
|
Loading…
Reference in a new issue