mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-23 09:23:17 +08:00
Update build.yaml
This commit is contained in:
parent
11052d8f77
commit
87ca93b979
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -12,9 +12,9 @@ jobs:
|
|||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make
|
run: make all
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
files: bin/*
|
files: bin/*
|
||||||
draft: true
|
draft: true
|
||||||
|
Loading…
Reference in New Issue
Block a user