From 4af904d01ab709e37bf5c9efac62d23dc5203d9f Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Tue, 25 Jan 2022 20:40:03 +0800 Subject: [PATCH] Update build.yaml --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a81a20e9..39890cac 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,9 +12,9 @@ jobs: - name: Check out code uses: actions/checkout@v1 - name: Build - run: make + run: make all - name: Release uses: softprops/action-gh-release@v1 with: files: bin/* - draft: true \ No newline at end of file + draft: true