PowerShell / DSC

This repo is for the DSC v3 project
MIT License
133 stars 22 forks source link

Linux release asset is incorrectly suffixed with the .gz extension #443

Closed NGPixel closed 5 hours ago

NGPixel commented 1 month ago

Prerequisites

Summary

The latest release asset for linux is incorrectly marked as "tar.gz" even though it is not gzipped. The extension should be just ".tar" to avoid confusion while attempting to extract the tarball.

Steps to reproduce

  1. Download either the DSC-3.0.0-preview.7-x86_64-unknown-linux-gnu.tar.gz or the DSC-3.0.0-preview.7-aarch64-unknown-linux-gnu.tar.gz asset files.
  2. Attempt to extract with tar -xzf
  3. Extract fails because tarball is not gzipped.

Expected behavior

Linux asset files should end with ".tar" and not "tar.gz".

Actual behavior

Linux asset files currently ends in "tar.gz".

Error details

N/A

Environment data

N/A

Version

v3.0.0-preview.7

Visuals

N/A

SteveL-MSFT commented 2 weeks ago

This will be fixed with next release