Skip to content

Commit 761da24

Browse files
fix: update script path in Resolve-PSModuleVersion action
1 parent 5358498 commit 761da24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/Resolve-PSModuleVersion/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ runs:
7373
GITHUB_EVENT_PATH: ${{ inputs.EventPath || github.event_path }}
7474
run: |
7575
# Resolve module version
76-
${{ github.action_path }}/scripts/main.ps1
76+
${{ github.action_path }}/src/main.ps1

0 commit comments

Comments
 (0)