From 2baefca9e4e8545e0eb5816de3d81a5228d809e5 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Wed, 17 Apr 2024 14:50:51 +0100 Subject: [PATCH] fix(ci): fix naming for win binaries --- .github/workflows/prerelease.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 9c88bb6..43e3970 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -57,8 +57,8 @@ jobs: ./publish/linux-x64/fdup ./publish/osx-x64/fdup asset_name: | - fdup-${{ steps.get_version.outputs.VERSION }}-win-x64.exe - fdup-${{ steps.get_version.outputs.VERSION }}-win-x86.exe + fdup-${{ steps.get_version.outputs.VERSION }}-win_x64.exe + fdup-${{ steps.get_version.outputs.VERSION }}-win_x86.exe fdup-${{ steps.get_version.outputs.VERSION }}-linux_x64 fdup-${{ steps.get_version.outputs.VERSION }}-macos_x64 asset_content_type: application/octet-stream diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90d4c59..c607a95 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,8 +57,8 @@ jobs: ./publish/linux-x64/fdup ./publish/osx-x64/fdup asset_name: | - fdup-${{ steps.get_version.outputs.VERSION }}-win-x64.exe - fdup-${{ steps.get_version.outputs.VERSION }}-win-x86.exe + fdup-${{ steps.get_version.outputs.VERSION }}-win_x64.exe + fdup-${{ steps.get_version.outputs.VERSION }}-win_x86.exe fdup-${{ steps.get_version.outputs.VERSION }}-linux_x64 fdup-${{ steps.get_version.outputs.VERSION }}-macos_x64 asset_content_type: application/octet-stream