Commit 8b38e41 1 parent 2c91c07 commit 8b38e41 Copy full SHA for 8b38e41
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ cp -r node_modules/.pnpm/bindings*/node_modules/file-uri-to-path/* dist/node_mod
16
16
17
17
cd dist
18
18
rm index.cjs
19
- tar -czvf s3-smart-sync-$( jq -r ' .version' ../package.json) .tar.gz .
19
+ tar -czvf s3-smart-sync-$( jq -r ' .version' ../package.json) -linux-x64 .tar.gz .
20
20
mv s3-smart-sync-* .tar.gz ../
21
21
22
22
cd ..
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ wsl cp -r node_modules/.pnpm/bindings*/node_modules/file-uri-to-path/* dist/node
16
16
17
17
cd dist
18
18
del index.cjs
19
- powershell -Command " $version=(Get-Content ..\package.json | ConvertFrom-Json).version; wsl zip -r s3-smart-sync-$version.zip ."
19
+ powershell -Command " $version=(Get-Content ..\package.json | ConvertFrom-Json).version; wsl zip -r s3-smart-sync-$version-win-x64 .zip ."
20
20
wsl mv s3-smart-sync-*.zip ..
21
21
22
22
cd..
You can’t perform that action at this time.
0 commit comments