Skip to content

Commit

Permalink
Fix PS shell vs artifact case
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGrafnetter committed Oct 6, 2024
1 parent b563fc8 commit b190c75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Upload PowerShell Module as Artifact
uses: actions/upload-artifact@v4
with:
name: powershell
name: PowerShell
path: Build/bin/PSModule/Release/*

- name: Create NuGet Packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:

- name: Build PowerShell Module
working-directory: Scripts
shell: PowerShell
shell: powershell
run: .\Build-PowerShellModule.ps1 -Configuration Release

- name: Azure Login
Expand Down

0 comments on commit b190c75

Please sign in to comment.