Skip to content

build openwrt images #12

build openwrt images

build openwrt images #12

Workflow file for this run

# Action to build openwrt images
---
name: build openwrt images
on:
# Allows manual workflow run (must in default branch to work)
workflow_dispatch:
jobs:
build-openwrt-images:
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: build
run: |
sudo install \
--owner=1000 \
--group=1000 \
--directory ${{ github.workspace }}/bin/
build.bash
# - name: Release
# uses: softprops/action-gh-release@v2
# with:
# files: ${{ github.workspace }}/bin/*
- name: Upload image artifacts
uses: actions/upload-artifact@v4
with:
name: openwrt-images
path: bin