diff --git a/.github/workflows/ksp-publish.yml b/.github/workflows/ksp-publish.yml index 8a34463..ea075b6 100644 --- a/.github/workflows/ksp-publish.yml +++ b/.github/workflows/ksp-publish.yml @@ -29,7 +29,7 @@ jobs: run: | wget --user drewcassidy --password ${{ secrets.PILE_OF_ROCKS_PASS }} https://pileof.rocks/Secret/conformal-decals-dependencies-1.zip mkdir -p ConformalDecals/bin/Release - unzip conformal-decals-dependencies-*.zip -d ConformalDecals/bin/Release + unzip conformal-decals-dependencies-*.zip -d ConformalDecals/dlls - name: Build Conformal Decals dll working-directory: Source