Update dev.yml
This commit is contained in:
parent
10013bb097
commit
eb15f2c5f1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/dev.yml
vendored
4
.github/workflows/dev.yml
vendored
|
@ -32,11 +32,11 @@ jobs:
|
|||
env:
|
||||
NAME: Clash.Meta
|
||||
BINDIR: bin
|
||||
run: make -j all-arch
|
||||
run: make -j releases
|
||||
|
||||
- name: Upload Dev
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: ${{ env.GIT_BRANCH != 'Meta' && success() }}
|
||||
with:
|
||||
files: bin/*
|
||||
draft: true
|
||||
draft: true
|
||||
|
|
Loading…
Reference in a new issue