You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,10 @@ This step lets you add custom build logic to process or modify the module conten
36
36
|`Prerelease`| Allow prerelease versions if available. |`false`|`'false'`|
37
37
|`WorkingDirectory`| The working directory where the script runs. |`false`|`'.'`|
38
38
39
+
## Expected repository structure
40
+
41
+
The action expects the module repository to be structured similarly as [Template-PSModule](https://github.com/PSModule/Template-PSModule).
42
+
39
43
## Root module
40
44
41
45
The `src` folder may contain a 'root module' file. If present, the build function will disregard this file and build a new root module file based on the source code in the module folder.
@@ -151,7 +155,7 @@ Linking the description to the module manifest file might show more how this wor
151
155
152
156
This action does not require any special permissions.
0 commit comments