Skip to content

Merge remote-tracking branch 'upstream/master' #24

Merge remote-tracking branch 'upstream/master'

Merge remote-tracking branch 'upstream/master' #24

Workflow file for this run

name: Fedora only release
on: [push, pull_request]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Building using the builder image
run: ./tools/build-release.sh bin-Fedora-28-amd64
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: clightning-${{ github.sha }}-fedora
path: release/*.tar.gz
if-no-files-found: error
retention-days: 7
- name: Download artifacts
uses: actions/download-artifact@v3
with:
name: clightning-${{ github.sha }}-fedora