mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-22 16:53:14 +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