From f2cc89736b5fe0e4e2ceb9d764fcd538fc6d3d43 Mon Sep 17 00:00:00 2001 From: Matthew Rich Date: Wed, 3 Apr 2024 15:53:33 -0700 Subject: [PATCH] add build to action --- .gitea/workflows/release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 55cefef..85054f5 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -13,8 +13,6 @@ jobs: contents: write steps: - uses: actions/checkout@v3 - - run: - make build - uses: ncipollo/release-action@v1 with: artifacts: "decl"