[PATCH] D143535: github: Add manual workflow to build and upload release binaries
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 7 16:41:33 PST 2023
tstellar added a subscriber: str4d.
tstellar added a comment.
This patch is from @str4d
Do we
================
Comment at: .github/workflows/release-binaries.yml:3
+
+on:
+ workflow_dispatch:
----------------
Do we need to add:
```
push:
tags:
- 'llvmorg-*'
```
================
Comment at: .github/workflows/release-binaries.yml:9
+ required: true
+ default: 'true'
+
----------------
Should we add an option to specify the ref/tag ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143535/new/
https://reviews.llvm.org/D143535
More information about the llvm-commits
mailing list