diff --git a/.github/workflows/ksp-publish.yml b/.github/workflows/ksp-publish.yml index f7cda2f..6f8771c 100644 --- a/.github/workflows/ksp-publish.yml +++ b/.github/workflows/ksp-publish.yml @@ -27,7 +27,7 @@ jobs: - name: Install Conformal Decals dependencies working-directory: Source run: | - curl --user drewcassidy --pass ${{ secrets.PILE_OF_ROCKS_PASS }} https://pileof.rocks/secret/conformal-decals-dependencies-1.zip + curl --user drewcassidy --pass ${{ 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