File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149149 $portfileQt5Path = Resolve-Path -Path './cmake/vcpkg/ports/tinyorm-qt5/portfile.cmake'
150150 $vcpkgRef = '${{ github.ref_name }}'
151151
152- Edit-VcpkgRefAndHash -Project 'silverqx/TinyORM ' -Ref $vcpkgRef `
152+ Edit-VcpkgRefAndHash -Project '${{ github.repository }} ' -Ref $vcpkgRef `
153153 -PortFile $portfileQt6Path, $portfileQt5Path `
154154 -EnableRetries
155155
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131 $portfileQt5Path = Resolve-Path -Path './cmake/vcpkg/ports/tinyorm-qt5/portfile.cmake'
132132 $vcpkgRef = '${{ github.ref_name }}'
133133
134- Edit-VcpkgRefAndHash -Project 'silverqx/TinyORM ' -Ref $vcpkgRef `
134+ Edit-VcpkgRefAndHash -Project '${{ github.repository }} ' -Ref $vcpkgRef `
135135 -PortFile $portfileQt6Path, $portfileQt5Path `
136136 -EnableRetries
137137
You can’t perform that action at this time.
0 commit comments