Skip to content

Commit

Permalink
aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaZezulinsky committed Oct 22, 2024
1 parent ed9acec commit 786f521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

release:
runs-on: ubuntu-latest
#if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master'
needs: [build-mac, build-windows, build-alpine]
steps:
- name: Checkout
Expand All @@ -95,7 +95,7 @@ jobs:
- name: Linux arm64
uses: actions/download-artifact@v3
with:
name: libgoldilocks-linux-aarch4
name: libgoldilocks-linux-aarch64
path: linux-arm64
- name: Darwin x86_64
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 786f521

Please sign in to comment.