Skip to content

Commit

Permalink
Cmdlet Artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdriscoll committed Jul 5, 2024
1 parent 2f51c45 commit 7417679
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/cmdlets.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,9 @@ jobs:
env:
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: PowerShellTools.Cmdlets
path: ./PowerShellToolsPro.Cmdlets/out
7 changes: 6 additions & 1 deletion .github/workflows/cmdlets.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,9 @@ jobs:
Rename-Item .\PowerShellToolsPro.Cmdlets\out .\PowerShellProTools
Publish-Module -Path .\PowerShellToolsPro.Cmdlets\PowerShellProTools -NuGetApiKey $ENV:PSGALLERY
env:
PSGALLERY: ${{ secrets.PSGALLERY }}
PSGALLERY: ${{ secrets.PSGALLERY }}
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: PowerShellTools.Cmdlets
path: ./PowerShellToolsPro.Cmdlets/out

0 comments on commit 7417679

Please sign in to comment.