We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6684584 commit caba4a6Copy full SHA for caba4a6
4 files changed
README.md
@@ -58,6 +58,7 @@ jobs:
58
| `gpg-sign` | The key to sign the package | Optional | - |
59
| `verbose` | Enable verbosity | Optional | `false` |
60
| `upload-artifact` | Whether to upload the resulting bundle or not as an artifact | Optional | `true` |
61
+| `bundle-sources` | Bundle sources extension in exported repo (x86_64 only)| Optional | `true` |
62
63
#### Building for multiple CPU architectures
64
flatpak-builder/action.yml
@@ -83,6 +83,11 @@ inputs:
83
"Whether to upload the resulting bundle or not as an artifact"
84
required: false
85
default: "true"
86
+ bundle-sources:
87
+ description: >
88
+ "Bundle sources extension in exported repo"
89
+ required: false
90
+ default: "true"
91
runs:
92
using: "node20"
93
main: "dist/index.js"
0 commit comments