Skip to content

Commit a4628de

Browse files
committed
Fixed path to swinfo
1 parent 3a664e6 commit a4628de

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)