We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9854828 commit 7028355Copy full SHA for 7028355
.github/workflows/upload-release.yml
@@ -93,8 +93,9 @@ jobs:
93
asset_name: TuneLab-${{ matrix.runtime }}-${{ github.ref_name }}.zip
94
asset_content_type: application/zip
95
96
+ # 因为还没有解决跨平台的问题所以这个先关掉掉,等跨平台完成了就可以去掉执行条件里的 false 一并发布 linux 和 osx 的版本了
97
- name: Upload - MacOS and Linux
- if: runner.os != 'Windows'
98
+ if: runner.os != 'Windows' && false
99
uses: actions/upload-release-asset@v1
100
env:
101
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments