Skip to content

build(deps): bump deps/ua-nodeset from 9cd8699 to b418e59 #5

build(deps): bump deps/ua-nodeset from 9cd8699 to b418e59

build(deps): bump deps/ua-nodeset from 9cd8699 to b418e59 #5

Workflow file for this run

name: Build Release Artifacts
on:
push:
release:
types: [published]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
submodules: true
- run: sudo apt-get install -y -qq libmbedtls-dev
- run: source tools/ci.sh && build_release_amalgamation
- run: gh release upload ${{ github.ref_name }} build/open62541.{c,h}
env:
GH_TOKEN: ${{ github.token }}
if: github.event_name == 'release'