Skip to content

Commit

Permalink
fix(ci): remove release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriknielaender authored Sep 18, 2023
1 parent dc1476b commit d79d01b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
version: 0.11.0

- name: Build release for Linux
run: zig build -Drelease-safe -Dtarget=x86_64-linux
run: zig build -Dtarget=x86_64-linux

- name: Archive production artifacts
uses: actions/upload-artifact@v2
Expand All @@ -36,7 +36,7 @@ jobs:
version: 0.11.0

- name: Build release for Linux
run: zig build -Drelease-safe -Dtarget=x86_64-macos
run: zig build -Dtarget=x86_64-macos

- name: Archive production artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit d79d01b

Please sign in to comment.