浏览代码

fix bash script syntax

Ivan Savenko 2 月之前
父节点
当前提交
3e7cca2bd3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/github.yml

+ 1 - 1
.github/workflows/github.yml

@@ -408,7 +408,7 @@ jobs:
       if: ${{ (matrix.upload == 1) && (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/master') }}
       continue-on-error: true
       run: |
-        if [[ ${{startsWith(matrix.platform, 'msvc') }} ]] ; then
+        if ${{startsWith(matrix.platform, 'msvc') }}; then
           cd '${{github.workspace}}/CI/wininstaller/Output'
         elif [ -z '${{ env.ANDROID_APK_PATH }}' ] ; then
           cd '${{github.workspace}}/out/build/${{matrix.preset}}'