mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 03:32:33 +08:00
[test] dev build
This commit is contained in:
parent
6962f0b7e1
commit
af30664c51
3
.github/workflows/dev.yml
vendored
3
.github/workflows/dev.yml
vendored
|
@ -2,6 +2,7 @@ name: Dev
|
|||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
if: ${{ !contains(github.event.head_commit.message, '[Skip CI]') }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Get latest go version
|
||||
|
@ -31,7 +32,7 @@ jobs:
|
|||
env:
|
||||
NAME: Clash.Meta
|
||||
BINDIR: bin
|
||||
run: make -j releases
|
||||
run: make -j linux-arm64
|
||||
|
||||
- name: Upload Dev
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
|
Loading…
Reference in New Issue
Block a user