Skip to content

Commit

Permalink
Working on CI/CD process
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljolley committed Feb 5, 2024
1 parent 6fc3854 commit 41780ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Build module
shell: pwsh
run: |
. "$(Build.Repository.LocalPath)/_build/build.ps1"
. "./_build/build.ps1"
deploy:
needs: build
Expand All @@ -28,4 +28,4 @@ jobs:
PS_GALLERY_API_KEY: ${{ secrets.PS_GALLERY_API_KEY }}
shell: pwsh
run: |
Publish-Module -Path "$(Build.Repository.LocalPath)/dist" -NuGetApiKey $(PS_GALLERY_API_KEY)
Publish-Module -Path "./dist" -NuGetApiKey $(PS_GALLERY_API_KEY)

0 comments on commit 41780ee

Please sign in to comment.