From ff74ab5a910e970017ea5f626d286b319a2d1c11 Mon Sep 17 00:00:00 2001 From: Christopher Biscardi Date: Tue, 20 Feb 2024 18:25:26 -0800 Subject: [PATCH] typo --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 891f4fb..d9eaf2d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,8 @@ jobs: # - run: cargo install --git https://github.com/leptos-rs/cargo-leptos/commit/1a8356ce3e4114d682eccdadc4ca5677e0a7d056 - run: cargo leptos test - run: cargo leptos build --release - env: https://thisweekinbevy-cdn.netlify.app + env: + CDN_PKG_PATH: https://thisweekinbevy-cdn.netlify.app - name: Get current date id: date run: |