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