Skip to content

Commit 98ce94a

Browse files
committed
WIP
1 parent af13617 commit 98ce94a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

publish.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ if ($LASTEXITCODE -ne 0) {
1717
}
1818

1919
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
20+
tar -cvzf ./dist/octoshift.linux-x64.tar.gz -C ./dist/linux-x64 octoshift
21+
tar -cvzf ./dist/octoshift.osx-x64.tar.gz -C ./dist/osx-x64 octoshift

0 commit comments

Comments
 (0)