From 68ceacfef4f06e52360679cfd36f2c62b0a34cac Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Sun, 6 Mar 2022 23:20:12 -0800 Subject: [PATCH] URL is case sensitive --- .github/workflows/ksp-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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