We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2c5ad7 + 82bab76 commit cb59faaCopy full SHA for cb59faa
1 file changed
.github/workflows/build.yaml
@@ -76,8 +76,9 @@ jobs:
76
- name: Make VST2 SDK available
77
shell: bash
78
run: |
79
- curl -O ${{ secrets.VST2_SDK_URL }}
+ echo "${{ secrets.VST2_SDK }}" | base64 -d > vstsdk2.4.zip
80
7z x vstsdk2.4.zip
81
+ ls -la
82
echo "VST2_SDK_DIR=$(pwd)/vstsdk2.4" >> $GITHUB_ENV
83
84
- name: Import Certificates
0 commit comments