Skip to content

Commit 3956b99

Browse files
authored
Merge pull request #23 from KSP2Community/dev
Fixed path to swinfo in release action
2 parents 376a1e5 + a4628de commit 3956b99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Extract current version
2727
id: get-version
2828
run: |
29-
version=$(jq -r '.version' plugin_template/BepInEx/plugins/PatchManager/swinfo.json)
29+
version=$(jq -r '.version' plugin_template/swinfo.json)
3030
echo "Version is $version"
3131
echo "version=$version" >> $GITHUB_ENV
3232
echo "artifact_name=PatchManager-$version.zip" >> $GITHUB_ENV

0 commit comments

Comments
 (0)