Skip to content

Commit

Permalink
Update build_packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbakyan Shirak authored Oct 31, 2023
1 parent 4397ebe commit b3104ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ jobs:
wget https://github.com/ONLYOFFICE/dictionaries/archive/master.tar.gz -O ./client/common/Tests/Frontend.Translations.Tests/dictionaries.tar.gz
wget https://github.com/ONLYOFFICE/document-templates/archive/main/community-server.tar.gz -O ./server/products/ASC.Files/Server/DocStore.tar.gz
tar -xvf ./server/products/ASC.Files/Server/DocStore.tar.gz && tar -xvf ./client/common/Tests/Frontend.Translations.Tests/dictionaries.tar.gz
tar -xvf ./server/products/ASC.Files/Server/DocStore.tar.gz -C ./server/products/ASC.Files/Server
tar -xvf ./client/common/Tests/Frontend.Translations.Tests/dictionaries.tar.gz -C ./client/common/Tests/Frontend.Translations.Tests
ls -la ./server/products/ASC.Files/Server/
echo "#############"
ls -la ./client/common/Tests/Frontend.Translations.Tests
Expand Down

0 comments on commit b3104ad

Please sign in to comment.