Skip to content

Commit 56952b7

Browse files
committed
Working on CI/CD process
1 parent 8616712 commit 56952b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
- name: Build module
3838
shell: pwsh
3939
run: |
40-
./_build/build.ps1
40+
. ./_build/build.ps1
4141
4242
- name: Deploy to PowerShell Gallery
4343
shell: pwsh
4444
run: |
45-
Publish-Module -Path $env:GITHUB_WORKSPACE/dist -NuGetApiKey $env:PS_GALLERY_API_KEY
45+
Publish-Module -Path /dist -NuGetApiKey $env:PS_GALLERY_API_KEY

0 commit comments

Comments
 (0)