Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
| `gpg-sign` | The key to sign the package | Optional | - |
| `verbose` | Enable verbosity | Optional | `false` |
| `upload-artifact` | Whether to upload the resulting bundle or not as an artifact | Optional | `true` |
| `bundle-sources` | Bundle sources extension in exported repo (x86_64 only)| Optional | `true` |

#### Building for multiple CPU architectures

Expand Down
5 changes: 5 additions & 0 deletions flatpak-builder/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ inputs:
"Whether to upload the resulting bundle or not as an artifact"
required: false
default: "true"
bundle-sources:
description: >
"Bundle sources extension in exported repo"
required: false
default: "true"
runs:
using: "node20"
main: "dist/index.js"
Loading