Skip to content

Commit c980300

Browse files
author
James Brundage
committed
chore: Updating workflow definition
1 parent 1589912 commit c980300

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Build/obs-powershell.GitHubWorkflow.PSDevOps.ps1

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11

22
#requires -Module PSDevOps
33
#requires -Module obs-powershell
4+
Import-BuildStep -SourcePath (
5+
Join-Path $PSScriptRoot 'GitHub'
6+
) -BuildSystem GitHubWorkflow
47

5-
Import-BuildStep -Module obs-powershell
6-
7-
Push-Location $PSScriptRoot
8+
Push-Location ($PSScriptRoot | Split-Path)
89

910
New-GitHubWorkflow -Job PowerShellStaticAnalysis, TestPowerShellOnLinux, TagReleaseAndPublish, BuildOBSPowerShell -OutputPath @'
1011
.\.github\workflows\build-obs-powershell.yml

0 commit comments

Comments
 (0)