Skip to content

Commit 8ce12b4

Browse files
committed
skip win build for now
1 parent e66fd40 commit 8ce12b4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build-action.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@ jobs:
109109
7z x pluginval_${{ matrix.name }}.zip
110110
${{ matrix.pluginval-binary }} --strictness-level 10 --verbose --validate "${{ env.VST3_PATH }}"
111111
112-
- if: ${{ runner.os=='Windows'}}
113-
name: Pack (Windows)
114-
run: |
115-
mkdir ${{ github.event.repository.name }}-${{ runner.os }}
116-
cd ${{ env.BUILD_DIR }}\*_artefacts\Release
117-
del *.*
118-
move * ..\..\..\${{ github.event.repository.name }}-${{ runner.os }}
119-
cd ..\..\..
120-
cmake -E tar cvf ${{ github.event.repository.name }}-${{ runner.os }}.zip --format=zip -- ${{ github.event.repository.name }}-${{ runner.os }}
112+
## - if: ${{ runner.os=='Windows'}}
113+
## name: Pack (Windows)
114+
## run: |
115+
## mkdir ${{ github.event.repository.name }}-${{ runner.os }}
116+
## cd ${{ env.BUILD_DIR }}\*_artefacts\Release
117+
## del *.*
118+
## move * ..\..\..\${{ github.event.repository.name }}-${{ runner.os }}
119+
## cd ..\..\..
120+
## cmake -E tar cvf ${{ github.event.repository.name }}-${{ runner.os }}.zip --format=zip -- ${{ github.event.repository.name }}-${{ runner.os }}
121121

122122
- if: ${{ runner.os!='Windows'}}
123123
name: Pack (Unix)

0 commit comments

Comments
 (0)