Skip to content

fix release workflow #3

fix release workflow

fix release workflow #3

Workflow file for this run

name: Publish Release Artifcats
on:
push:
branches:
- release-artifacts
jobs:
release:
name: Publish Artifcats
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- uses: actions/setup-go@v5
with:
go-version: '1.20'
- name: Install libolm
run: sudo apt update && sudo apt-get install -y libolm-dev
- name: Build
run: ./scripts/build.sh