mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-27 23:46:31 +01:00
Merge pull request #743 from suzuki-shunsuke/fix-file-ext
chore: fix the file extension
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