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 800fb48 commit b069d24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
- name: Build
run: zig build -Dtarget=${{ matrix.TARGET }}

- name: Renaming the binary
- shell: bash
- run : mv zig-out/bin/zignr zig-out/bin/binary-${{ env.RELEASE_VERSION }}-${{ matrix.TARGET }}

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

0 comments on commit b069d24

Please sign in to comment.