From d1326bc79884351315c8220e1f71bfc94dee4433 Mon Sep 17 00:00:00 2001 From: Joost Diepenmaat Date: Wed, 12 Jun 2024 15:42:53 +0200 Subject: [PATCH] Fix Release on CI --- .github/workflows/build.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 748251f..9fe94c3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,7 +1,6 @@ name: Build artifacts on: push: - create: tags: - '*' @@ -82,7 +81,7 @@ jobs: path: | ./bin ./lib - + - name: Artifact name run: echo filename=apie-${{ needs.create_release.outputs.version }}-${{ matrix.arch }} >> $GITHUB_OUTPUT id: artifact @@ -90,6 +89,9 @@ jobs: - name: Install clj runtime run: .github/workflows/install-binaries.sh + - name: Add clj runtime to PATH + run: echo "${PWD}/bin" >> $GITHUB_PATH + - name: Build artifact run: make ${{ steps.artifact.outputs.filename }}