Skip to content

Commit 1abaad6

Browse files
Fix module publishing on Linux
1 parent b49e877 commit 1abaad6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ jobs:
320320
shell: pwsh
321321
env:
322322
POWERSHELL_GALLERY_APIKEY: ${{ secrets.POWERSHELL_GALLERY_APIKEY }}
323+
PROCESSOR_ARCHITECTURE: amd64 # Fallback for Linux
323324
run: |
324325
Publish-Module -Path ./Module/DSInternals -NuGetApiKey $env:POWERSHELL_GALLERY_APIKEY -Repository PSGallery -Force
325326

0 commit comments

Comments
 (0)