File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -109,15 +109,15 @@ jobs:
109
109
7z x pluginval_${{ matrix.name }}.zip
110
110
${{ matrix.pluginval-binary }} --strictness-level 10 --verbose --validate "${{ env.VST3_PATH }}"
111
111
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 }}
121
121
122
122
- if : ${{ runner.os!='Windows'}}
123
123
name : Pack (Unix)
You can’t perform that action at this time.
0 commit comments