Skip to content

Commit

Permalink
Update release upload condition for Mac and Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
FangCunWuChang committed Jun 3, 2024
1 parent 9854828 commit 7028355
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/upload-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,9 @@ jobs:
asset_name: TuneLab-${{ matrix.runtime }}-${{ github.ref_name }}.zip
asset_content_type: application/zip

# 因为还没有解决跨平台的问题所以这个先关掉掉,等跨平台完成了就可以去掉执行条件里的 false 一并发布 linux 和 osx 的版本了
- name: Upload - MacOS and Linux
if: runner.os != 'Windows'
if: runner.os != 'Windows' && false
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7028355

Please sign in to comment.