Update dev.yml
This commit is contained in:
parent
4bd5764c4e
commit
9974fba56e
4
.github/workflows/dev.yml
vendored
4
.github/workflows/dev.yml
vendored
@ -32,11 +32,11 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
NAME: Clash.Meta
|
NAME: Clash.Meta
|
||||||
BINDIR: bin
|
BINDIR: bin
|
||||||
run: make -j all-arch
|
run: make -j releases
|
||||||
|
|
||||||
- name: Upload Dev
|
- name: Upload Dev
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: ${{ env.GIT_BRANCH != 'Meta' && success() }}
|
if: ${{ env.GIT_BRANCH != 'Meta' && success() }}
|
||||||
with:
|
with:
|
||||||
files: bin/*
|
files: bin/*
|
||||||
draft: true
|
draft: true
|
||||||
|
Reference in New Issue
Block a user