File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -100,14 +100,13 @@ jobs:
100
100
asset_name : TuneLab-${{ matrix.runtime }}-${{ github.ref_name }}.zip
101
101
asset_content_type : application/zip
102
102
103
- # 因为还没有解决跨平台的问题所以这个先关掉掉,等跨平台完成了就可以去掉执行条件里的 false 一并发布 linux 和 osx 的版本了
104
103
- name : Upload - MacOS and Linux
105
- if : runner.os != 'Windows' && false
104
+ if : runner.os != 'Windows'
106
105
uses : actions/upload-release-asset@v1
107
106
env :
108
107
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
109
108
with :
110
109
upload_url : ${{ needs.create-release.outputs.upload_url }}
111
110
asset_path : ./package.tar.gz
112
111
asset_name : TuneLab-${{ matrix.runtime }}-${{ github.ref_name }}.tar.gz
113
- asset_content_type : application/gzip
112
+ asset_content_type : application/gzip
You can’t perform that action at this time.
0 commit comments