diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 281ab14..a78ae73 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,8 +41,8 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: ${{ env.binary }}.zip - asset_name: ${{ env.binary }}-linux-${{ steps.get_version.outputs.tag }}.zip + file: ${{ env.binary }} + asset_name: ${{ env.binary }}-linux tag: ${{ github.ref }} overwrite: true @@ -75,8 +75,8 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: ${{ env.binary }}.zip - asset_name: ${{ env.binary }}-windows-${{ steps.get_version.outputs.tag }}.zip + file: ${{ env.binary }} + asset_name: ${{ env.binary }}-windows.exe tag: ${{ github.ref }} overwrite: true @@ -113,7 +113,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: ${{ env.binary }}.dmg - asset_name: ${{ env.binary }}-macos-${{ steps.get_version.outputs.tag }}.dmg + file: ${{ env.binary }} + asset_name: ${{ env.binary }}-macos tag: ${{ github.ref }} overwrite: true \ No newline at end of file