Skip to content

Commit 226a5db

Browse files
committed
trying to release
1 parent 22c3cee commit 226a5db

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/cmake_ctest.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,14 +146,11 @@ jobs:
146146
7z x pluginval_${{ matrix.name }}.zip
147147
${{ matrix.pluginval-binary }} --strictness-level 10 --verbose --validate "${{ env.VST3_PATH }}"
148148
149-
- name: Debug ARTIFACT_NAME
150-
run: echo "ARTIFACT_NAME is $ARTIFACT_NAME"
151-
152149
- name: Zip build artifacts
153150
shell: bash
154151
run: |
155152
cd $ARTIFACTS_PATH
156-
zip -r "${ ARTIFACT_NAME }" .
153+
zip -r "${ ARTIFACT_NAME }.zip" .
157154
158155
- name: Upload build artifacts
159156
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)