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 fc2e2f6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 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,15 +81,18 @@ 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
- name: Build artifact
run: make ${{ steps.artifact.outputs.filename }}

- name: Upload artifact
Expand Down

0 comments on commit fc2e2f6

Please sign in to comment.