mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-21 13:23:09 +01:00
chore: fix the file extension
Changed the file extension from `.tar.tgz` to `.tar.gz`.
This commit is contained in:
@@ -79,7 +79,7 @@ RUN --mount=type=bind,target=/src \
|
||||
if [ "$TARGETOS" = "windows" ]; then
|
||||
zip -r "/out/diun_${version#v}_${TARGETOS}_${TARGETARCH}${TARGETVARIANT}.zip" .
|
||||
else
|
||||
tar -czvf "/out/diun_${version#v}_${TARGETOS}_${TARGETARCH}${TARGETVARIANT}.tar.tgz" .
|
||||
tar -czvf "/out/diun_${version#v}_${TARGETOS}_${TARGETARCH}${TARGETVARIANT}.tar.gz" .
|
||||
fi
|
||||
EOT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user