File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,20 +50,20 @@ jobs:
5050 shell : bash
5151 run : |
5252 mkdir dist
53- cp target/${{ matrix.target }}/release/rtnt ${{ matrix.ext }} dist/rtnt -${{ matrix.target }}${{ matrix.ext }}
53+ cp target/${{ matrix.target }}/release/hh ${{ matrix.ext }} dist/hh -${{ matrix.target }}${{ matrix.ext }}
5454 # Only run zip if not Windows
5555 - name : Zip binary (non-Windows)
5656 if : matrix.os != 'windows-latest'
5757 shell : bash
5858 run : |
5959 cd dist
60- zip rtnt -${{ matrix.target }}.zip rtnt -${{ matrix.target }}${{ matrix.ext }}
60+ zip hh -${{ matrix.target }}.zip hh -${{ matrix.target }}${{ matrix.ext }}
6161
6262 - name : Zip binary (Windows)
6363 if : matrix.os == 'windows-latest'
6464 shell : pwsh
6565 run : |
66- Compress-Archive -Path dist/rtnt -${{ matrix.target }}.exe -DestinationPath dist/rtnt -${{ matrix.target }}.zip
66+ Compress-Archive -Path dist/hh -${{ matrix.target }}.exe -DestinationPath dist/hh -${{ matrix.target }}.zip
6767
6868 - name : Upload Release Assets
6969 uses : softprops/action-gh-release@v1
You can’t perform that action at this time.
0 commit comments