diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index babd6cfd..17e6d06f 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -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 \ No newline at end of file + draft: true