Skip to content

Commit

Permalink
redefine access rights if downloaded artifacts haven't got the correc…
Browse files Browse the repository at this point in the history
…t ones
  • Loading branch information
neodix42 committed Sep 12, 2024
1 parent c7f1643 commit 8e73b77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-deb-ppa-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
curl -Ls https://github.com/ton-blockchain/ton/releases/latest/download/ton-linux-x86_64.zip -o ton-linux-amd64.zip
unzip -qq ton-linux-amd64.zip -d ton-linux-amd64
chmod -R 755 ton-linux-amd64
mkdir -p ton-linux-deb-amd64/{bin,lib/fift,share/ton}
cp -r ton-linux-amd64/smartcont ton-linux-deb-amd64/share/ton/
cp ton-linux-amd64/lib/* ton-linux-deb-amd64/lib/fift
Expand All @@ -51,7 +51,7 @@ jobs:
curl -Ls https://github.com/ton-blockchain/ton/releases/latest/download/ton-linux-arm64.zip -o ton-linux-arm64.zip
unzip -qq ton-linux-arm64.zip -d ton-linux-arm64
chmod -R 755 ton-linux-arm64
mkdir -p ton-linux-deb-arm64/{bin,lib/fift,share/ton}
cp -r ton-linux-arm64/smartcont ton-linux-deb-arm64/share/ton/
cp ton-linux-arm64/lib/* ton-linux-deb-arm64/lib/fift
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-rpm-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
curl -Ls https://github.com/ton-blockchain/ton/releases/latest/download/ton-linux-x86_64.zip -o ton-linux-x86_64.zip
unzip -qq ton-linux-arm64.zip -d ton-linux-arm64
unzip -qq ton-linux-x86_64.zip -d ton-linux-x86_64
chmod -R 755 ton-linux-arm64 ton-linux-x86_64
mkdir -p ton-linux-rpm-aarch64/{bin,lib/fift,share/ton}
cp -r ton-linux-arm64/smartcont ton-linux-rpm-aarch64/share/ton/
cp ton-linux-arm64/lib/* ton-linux-rpm-aarch64/lib/fift/
Expand Down
2 changes: 1 addition & 1 deletion packages/chocolatey/ton.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>ton</id>
<version>2023.04</version>
<packageSourceUrl>https://github.com/ton-blockchain/ton</packageSourceUrl>
<owners>neodiX</owners>
<owners>TON</owners>

<title>TON Windows x86-64 artifacts</title>
<authors>TON Foundation</authors>
Expand Down

0 comments on commit 8e73b77

Please sign in to comment.