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 barthalion committed Feb 15, 2024
1 parent a3df0db commit 4fc7670
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 @@ -49,6 +49,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 4fc7670

Please sign in to comment.