Răsfoiți Sursa

fix bash script syntax

Ivan Savenko 2 luni în urmă
părinte
comite
3e7cca2bd3
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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}}'