Skip to content

experiment: manually run next release workflow #25

experiment: manually run next release workflow

experiment: manually run next release workflow #25

Workflow file for this run

name: Build nRF Connect for Desktop
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build_on_windows:
uses: ./.github/workflows/build.yml
with:
runner: windows-latest
electronArgument: --windows nsis:x64
build_on_ubuntu:
uses: ./.github/workflows/build.yml
with:
runner: ubuntu-latest
electronArgument: ''
release:
uses: ./.github/workflows/release

Check failure on line 23 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

invalid value workflow reference: workflow file should have either a '.yml' or '.yaml' file extension
needs: [ build_on_windows, build_on_ubuntu ]
# build_on_mac_intel:
# uses: ./.github/workflows/build.yml
# with:
# runner: macos-latest
# electronArgument: --x64
# build_on_mac_apple_silicon:
# uses: ./.github/workflows/build.yml
# with:
# runner: macos-latest-xlarge
# electronArgument: