Skip to content

ssl: bump openssl and libressl #21

ssl: bump openssl and libressl

ssl: bump openssl and libressl #21

Workflow file for this run

name: Build
on:
push:
branches:
- main
tags:
- '*'
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "build"
run: cd ssl && make
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: ssl/assets.tar.gz