remove bogus version numbers, the output files don't have them anymore

pull/1118/head
Willy 2023-02-01 20:59:38 +01:00
parent de1947beb7
commit dc3627df0b
No known key found for this signature in database
GPG Key ID: 02E60AE5D9208602
1 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@ jobs:
if: matrix.platform == 'windows'
run: |
cd build
mv statping-windows-4.0-${{ matrix.arch }}.exe statping.exe
mv statping-windows-${{ matrix.arch }}.exe statping.exe
chmod +x statping.exe
zip statping-windows-${{ matrix.arch }}.zip statping.exe
rm -rf statping.exe
@ -183,7 +183,7 @@ jobs:
if: matrix.platform == 'darwin'
run: |
cd build
mv statping-darwin-10.12-${{ matrix.arch }} statping
mv statping-darwin-${{ matrix.arch }} statping
chmod +x statping
tar -czvf statping-darwin-${{ matrix.arch }}.tar.gz statping
rm -rf statping