Skip to content

Commit

Permalink
Fixed path to swinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-bures committed Dec 26, 2023
1 parent 3a664e6 commit a4628de
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 a4628de

Please sign in to comment.