We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8819705 commit 09f6f1eCopy full SHA for 09f6f1e
‎action.yml
@@ -17,10 +17,6 @@ inputs:
17
description: Path to the folder where the built modules are outputted.
18
required: false
19
default: outputs/modules
20
- ModuleArtifactName:
21
- description: Name of the module artifact to upload.
22
- required: false
23
- default: module
24
Debug:
25
description: Enable debug output.
26
@@ -54,11 +50,3 @@ runs:
54
50
Script: |
55
51
# Build-PSModule
56
52
${{ github.action_path }}\scripts\main.ps1
57
-
58
- - name: Upload module artifact
59
- uses: actions/upload-artifact@v4
60
- with:
61
- name: ${{ inputs.ModuleArtifactName }}
62
- path: ${{ inputs.ModulesOutputPath }}
63
- if-no-files-found: error
64
- retention-days: 1
0 commit comments