Update release pipelines to upload release artifacts
This commit is contained in:
parent
4334f8c9c9
commit
cb1bc1c8aa
52 changed files with 593 additions and 74 deletions
8
.github/workflows/build-rpm.yml
vendored
8
.github/workflows/build-rpm.yml
vendored
|
|
@ -1,10 +1,5 @@
|
|||
on: workflow_dispatch
|
||||
name: Build RPM
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches:
|
||||
- "*"
|
||||
jobs:
|
||||
build:
|
||||
name: Build RPM
|
||||
|
|
@ -20,4 +15,3 @@ jobs:
|
|||
strip -s target/release/burrow
|
||||
- name: Build RPM
|
||||
run: cargo generate-rpm -p burrow
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue