From d0015b73ca3d179e43e6824e9f7f47cff9076069 Mon Sep 17 00:00:00 2001 From: k3y0708 Date: Tue, 9 May 2023 22:06:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Correct=20makefile=20target?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 71b72dd..2fe3d5e 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -21,7 +21,7 @@ jobs: run: echo "::set-output name=version::$(./otter version)" id: version - name: build artifacts - run: make deploy_all + run: make compile_all shell: bash - name: release uses: actions/create-release@v1