Skip to content

Commit

Permalink
fix: remove duplicate build
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriknielaender authored Dec 29, 2023
1 parent a5648ac commit 4d40403
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ jobs:
with:
version: 0.11.0

# Dynamic build command using matrix variables
- name: Build
run: zig build -Dtarget=${{ matrix.arch }} -p "zig-out/${{ matrix.arch }}"

- name: Tarball artifact
run: tar -czvf "zvm-${{ matrix.arch }}.tar.gz" -C "zig-out/${{ matrix.arch }}/bin" zvm

# Install dependencies and build for x86_64 and MacOS
- name: Build for x86_64 and MacOS
run: |
Expand Down

0 comments on commit 4d40403

Please sign in to comment.