Adjust hydrus directory in tar.gz

This commit is contained in:
suika 2021-05-27 19:24:55 +02:00
parent 47be0b2fe7
commit d4fb5978ea
3 changed files with 4 additions and 4 deletions

View File

@ -135,7 +135,7 @@ jobs:
name: Compress Client
run: |
mv dist/client "dist/Hydrus Network"
tar -czvf Ubuntu-Extract.tar.gz -C dist "dist/Hydrus Network"
tar -czvf Ubuntu-Extract.tar.gz -C dist "Hydrus Network"
-
name: Upload a Build Artifact
uses: actions/upload-artifact@v2
@ -217,7 +217,7 @@ jobs:
-
name: Compress Client
run: |
7z.exe a -tzip -mm=Deflate -mx=5 Windows-Extract.zip '.\dist\Hydrus Network\'
7z.exe a -tzip -mm=Deflate -mx=5 Windows-Extract.zip '.\dist\Hydrus Network\'
-
name: Upload a Build Artifact
uses: actions/upload-artifact@v2

View File

@ -60,7 +60,7 @@ jobs:
name: Compress Client
run: |
mv dist/client "dist/Hydrus Network"
tar -czvf Ubuntu-Extract.tar.gz -C dist "dist/Hydrus Network"
tar -czvf Ubuntu-Extract.tar.gz -C dist "Hydrus Network"
-
name: Upload a Build Artifact
uses: actions/upload-artifact@v2

View File

@ -77,7 +77,7 @@ jobs:
-
name: Compress Client
run: |
7z.exe a -tzip -mm=Deflate -mx=5 Windows-Extract.zip '.\dist\Hydrus Network\'
7z.exe a -tzip -mm=Deflate -mx=5 Windows-Extract.zip '.\dist\Hydrus Network\'
-
name: Upload a Build Artifact
uses: actions/upload-artifact@v2