Skip to content

Commit caba4a6

Browse files
committed
builder: Export sources extension to repo
1 parent 6684584 commit caba4a6

File tree

4 files changed

+2132
-2116
lines changed

4 files changed

+2132
-2116
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
| `gpg-sign` | The key to sign the package | Optional | - |
5959
| `verbose` | Enable verbosity | Optional | `false` |
6060
| `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` |
6162

6263
#### Building for multiple CPU architectures
6364

flatpak-builder/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ inputs:
8383
"Whether to upload the resulting bundle or not as an artifact"
8484
required: false
8585
default: "true"
86+
bundle-sources:
87+
description: >
88+
"Bundle sources extension in exported repo"
89+
required: false
90+
default: "true"
8691
runs:
8792
using: "node20"
8893
main: "dist/index.js"

0 commit comments

Comments
 (0)