We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af13617 commit 98ce94aCopy full SHA for 98ce94a
publish.ps1
@@ -17,5 +17,5 @@ if ($LASTEXITCODE -ne 0) {
17
}
18
19
Compress-Archive -Path ./dist/win-x64/octoshift.exe -DestinationPath ./dist/octoshift.win-x64.zip -Force
20
-tar -cvzf ./dist/octoshift.linux-x64.tar.gz ./dist/linux-x64/octoshift
21
-tar -cvzf ./dist/octoshift.osx-x64.tar.gz ./dist/osx-x64/octoshift
+tar -cvzf ./dist/octoshift.linux-x64.tar.gz -C ./dist/linux-x64 octoshift
+tar -cvzf ./dist/octoshift.osx-x64.tar.gz -C ./dist/osx-x64 octoshift
0 commit comments