Skip to content

Commit

Permalink
Merge pull request #23 from KSP2Community/dev
Browse files Browse the repository at this point in the history
Fixed path to swinfo in release action
  • Loading branch information
cheese3660 authored Dec 26, 2023
2 parents 376a1e5 + a4628de commit 3956b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3956b99

Please sign in to comment.