Skip to content

Commit b8be6bc

Browse files
xTVaserbilelmoussaoui
authored andcommitted
builder: add upload-artifact flag to skip uploading artifacts
1 parent a5d72cf commit b8be6bc

File tree

4 files changed

+748
-730
lines changed

4 files changed

+748
-730
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
| `mirror-screenshots-url` | Specifies the URL to mirror screenshots | Optional | - |
5858
| `gpg-sign` | The key to sign the package | Optional | - |
5959
| `verbose` | Enable verbosity | Optional | `false` |
60+
| `upload-artifact` | Whether to upload the resulting bundle or not as an artifact | Optional | `true` |
6061

6162
#### Building for multiple CPU architectures
6263

flatpak-builder/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ inputs:
7878
"Enable verbosity"
7979
required: false
8080
default: "false"
81+
upload-artifact:
82+
description: >
83+
"Whether to upload the resulting bundle or not as an artifact"
84+
required: false
85+
default: "true"
8186
runs:
8287
using: "node20"
8388
main: "dist/index.js"

0 commit comments

Comments
 (0)