Skip to content

Commit 341da5f

Browse files
Update script paths in build-release workflow
Changed script paths in the build-release GitHub Actions workflow to reference the dbatools directory. This ensures the correct script locations are used for each OS in the matrix.
1 parent 71c9bba commit 341da5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,13 @@ jobs:
133133
matrix:
134134
include:
135135
- os: ubuntu-latest
136-
script: .github/scripts/gh-actions.ps1
136+
script: dbatools/.github/scripts/gh-actions.ps1
137137
shell: pwsh
138138
- os: macos-latest
139-
script: .github/scripts/gh-macactions.ps1
139+
script: dbatools/.github/scripts/gh-macactions.ps1
140140
shell: pwsh
141141
- os: windows-latest
142-
script: .github/scripts/gh-winactions.ps1
142+
script: dbatools/.github/scripts/gh-winactions.ps1
143143
shell: pwsh
144144

145145
env:

0 commit comments

Comments
 (0)