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:
149
149
$portfileQt5Path = Resolve-Path -Path './cmake/vcpkg/ports/tinyorm-qt5/portfile.cmake'
150
150
$vcpkgRef = '${{ github.ref_name }}'
151
151
152
- Edit-VcpkgRefAndHash -Project 'silverqx/TinyORM ' -Ref $vcpkgRef `
152
+ Edit-VcpkgRefAndHash -Project '${{ github.repository }} ' -Ref $vcpkgRef `
153
153
-PortFile $portfileQt6Path, $portfileQt5Path `
154
154
-EnableRetries
155
155
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131
131
$portfileQt5Path = Resolve-Path -Path './cmake/vcpkg/ports/tinyorm-qt5/portfile.cmake'
132
132
$vcpkgRef = '${{ github.ref_name }}'
133
133
134
- Edit-VcpkgRefAndHash -Project 'silverqx/TinyORM ' -Ref $vcpkgRef `
134
+ Edit-VcpkgRefAndHash -Project '${{ github.repository }} ' -Ref $vcpkgRef `
135
135
-PortFile $portfileQt6Path, $portfileQt5Path `
136
136
-EnableRetries
137
137
You can’t perform that action at this time.
0 commit comments