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 ad1112c commit 73d72c3
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 @@ -45,7 +45,7 @@ jobs:
- name: Upload the binary
uses: svenstaro/upload-release-action@v2
with:
file: zig-out/bin/binary-${{ env.RELEASE_VERSION }}-${{ matrix.TARGET }}*
file: zig-out/bin/binary-${{ env.RELEASE_VERSION }}-${{ matrix.TARGET }}
file_glob: true
overwrite: true
tag: ${{ github.ref }}
Expand Down

0 comments on commit 73d72c3

Please sign in to comment.