Skip to content

Commit d0da5cf

Browse files
committed
Update release.yml
1 parent bfd7d5d commit d0da5cf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)