From a4628de297a80858bfc672dbef2e5d93113fa764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bure=C5=A1?= Date: Tue, 26 Dec 2023 21:09:10 +0100 Subject: [PATCH] Fixed path to swinfo --- .github/workflows/on-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index 610d8f2..85434a4 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -26,7 +26,7 @@ jobs: - name: Extract current version id: get-version run: | - version=$(jq -r '.version' plugin_template/BepInEx/plugins/PatchManager/swinfo.json) + version=$(jq -r '.version' plugin_template/swinfo.json) echo "Version is $version" echo "version=$version" >> $GITHUB_ENV echo "artifact_name=PatchManager-$version.zip" >> $GITHUB_ENV