Skip to content

Commit

Permalink
Fix Release on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
joodie committed Jun 12, 2024
1 parent 85d9041 commit d1326bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Build artifacts
on:
push:
create:
tags:
- '*'

Expand Down Expand Up @@ -82,14 +81,17 @@ jobs:
path: |
./bin
./lib
- name: Artifact name
run: echo filename=apie-${{ needs.create_release.outputs.version }}-${{ matrix.arch }} >> $GITHUB_OUTPUT
id: artifact

- 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 }}

Expand Down

0 comments on commit d1326bc

Please sign in to comment.