From 9cb0729bcb90246b45f263d5bca23ef91ebb1550 Mon Sep 17 00:00:00 2001 From: Ralph Mack Date: Sat, 3 Feb 2024 15:26:32 -0500 Subject: [PATCH] Another typo --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bed4cb3..115fd62 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: echo "RELEASE_DOWNLOAD_URL=https://github.com/${{github.repository}}/releases/download/$TAG/torch-$TAG.zip" >> $GITHUB_OUTPUT echo "RELEASE_INSTALL_URL=https://github.com/${{github.repository}}/releases/download/$TAG/module.json" >> $GITHUB_OUTPUT JSON=$(cat ./module.json) - echo ::set-output name=MODULE::${JSON//'%'/'%25'} + echo ::set-output name=MODULE_JSON::${JSON//'%'/'%25'} # Run some tests to make sure our `module.json` is correct # Exit before setting up node if not