Skip to content

Commit

Permalink
Update version.yml
Browse files Browse the repository at this point in the history
Fix release package name
  • Loading branch information
agrabil authored Jan 1, 2025
1 parent 8021b56 commit 0dc1c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
- name: Send greeting
run: |
wget "https://github.com/jagornet/dhcp/releases/download/${{ inputs.release }}/jagornet-dhcp-dist-${{ inputs.release }}-all.tar.gz"
tar xvf "jagornet-dhcp-dist${{ inputs.release }}-all.tar.gz"
"jagornet-dhcp-dist${{ inputs.release }}/bin/dhcpserver" version 2>&1 |grep "${{ inputs.release}}"
tar xvf "jagornet-dhcp-dist-${{ inputs.release }}-all.tar.gz"
"jagornet-dhcp-dist-${{ inputs.release }}/bin/dhcpserver" version 2>&1 |grep "${{ inputs.release}}"

0 comments on commit 0dc1c4a

Please sign in to comment.