Skip to content

Commit

Permalink
builder: add upload-artifact flag to skip uploading artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
xTVaser authored and bilelmoussaoui committed Jan 21, 2024
1 parent a5d72cf commit b8be6bc
Show file tree
Hide file tree
Showing 4 changed files with 748 additions and 730 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
| `mirror-screenshots-url` | Specifies the URL to mirror screenshots | Optional | - |
| `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` |

#### 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 @@ -78,6 +78,11 @@ inputs:
"Enable verbosity"
required: false
default: "false"
upload-artifact:
description: >
"Whether to upload the resulting bundle or not as an artifact"
required: false
default: "true"
runs:
using: "node20"
main: "dist/index.js"
Loading

0 comments on commit b8be6bc

Please sign in to comment.