forked from amnezia-vpn/amneziawg-openwrt
-
Notifications
You must be signed in to change notification settings - Fork 312
37 lines (34 loc) · 871 Bytes
/
build.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: Release compiled assets
on: [workflow_dispatch]
# on:
# push:
# tags:
# - "v*.*.*"
jobs:
build:
name: "${{ matrix.tag }} - ${{ matrix.build_env.pkgarch}} :: ${{ matrix.build_env.target}}/${{ matrix.build_env.subtarget}} build"
runs-on: ubuntu-latest
strategy:
matrix:
tag: ['v23.05.0']
build_env:
- pkgarch: mipsel_24kc
target: ramips
subtarget: mt7621
steps:
- uses: actions/checkout@v4
with:
repository: openwrt/openwrt
ref: ${{ matrix.tag }}
fetch-depth: 0
- name: Validate checked out repository
run: |
ls -al
git branch -v
- name: Release
uses: softprops/action-gh-release@v1
with:
name: "test release"
files: |
version
config