Skip to content

Commit

Permalink
setting continuos deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansantiagojr committed Feb 9, 2024
1 parent f6a91fe commit ad1112c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
version: 0.11.0

- name: Build
run: zig build -Drelease-safe -Dtarget=${{ matrix.TARGET }}
run: zig build -Dtarget=${{ matrix.TARGET }}

- name: Upload the binary
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit ad1112c

Please sign in to comment.