Skip to content

Commit

Permalink
Update create-rpm-packages.yml
Browse files Browse the repository at this point in the history
remove storage-cli from rpm artifacts
  • Loading branch information
neodix42 authored Dec 21, 2024
1 parent 8b27837 commit 9e0a620
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-rpm-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cp -r ton-linux-arm64/smartcont ton-linux-rpm-aarch64/share/ton/
cp ton-linux-arm64/lib/* ton-linux-rpm-aarch64/lib/fift/
rm -rf ton-linux-arm64/{lib,smartcont}
rm -f ton-linux-arm64/{create-hardfork,rldp-http-proxy}
rm -f ton-linux-arm64/{create-hardfork,rldp-http-proxy,storage-cli}
mv ton-linux-arm64/libtonlibjson.so* ton-linux-rpm-aarch64/lib/
[ -e ton-linux-arm64/libemulator.so ] && mv ton-linux-arm64/libemulator.so ton-linux-rpm-aarch64/lib/
cp ton-linux-arm64/* ton-linux-rpm-aarch64/bin/
Expand All @@ -39,7 +39,7 @@ jobs:
cp -r ton-linux-x86_64/smartcont ton-linux-rpm-x86_64/share/ton/
cp ton-linux-x86_64/lib/* ton-linux-rpm-x86_64/lib/fift/
rm -rf ton-linux-x86_64/{lib,smartcont}
rm -f ton-linux-x86_64/{create-hardfork,rldp-http-proxy}
rm -f ton-linux-x86_64/{create-hardfork,rldp-http-proxy,storage-cli}
mv ton-linux-x86_64/libtonlibjson.so* ton-linux-rpm-x86_64/lib/
[ -e ton-linux-x86_64/libemulator.so ] && mv ton-linux-x86_64/libemulator.so ton-linux-rpm-x86_64/lib/
cp ton-linux-x86_64/* ton-linux-rpm-x86_64/bin/
Expand Down Expand Up @@ -90,4 +90,4 @@ jobs:
gh release create --notes "" $TAG ../work/ton-linux-x86-64.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9e0a620

Please sign in to comment.