Skip to content

Build nRF Connect for Desktop for Linux x64 #5

Build nRF Connect for Desktop for Linux x64

Build nRF Connect for Desktop for Linux x64 #5

Workflow file for this run

name: Build nRF Connect for Desktop on Linux
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
- test/github-actions
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/build-action
- name: Run Electron Builder
run: npx electron-builder -p never --x64
- name: Upload
uses: ./.github/actions/publish-action
with:
suffix: for Linux x64