Skip to content

Commit

Permalink
Fix setup_secrets.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Morb0 committed Oct 3, 2023
1 parent 23b3f8e commit c144a9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
echo "HOST *" > ~/.ssh/config
echo "StrictHostKeyChecking no" >> ~/.ssh/config
git -c submodule.Secrets.update=checkout submodule update --init
chmod +x ./Tools/corvax/setup_secrets.sh
./Tools/corvax/setup_secrets.sh
sh ./Tools/corvax/setup_secrets.sh
# Corvax-Secrets-End

- name: Setup .NET Core
Expand Down
4 changes: 1 addition & 3 deletions Tools/corvax/setup_secrets.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/sh

ln -s Secrets/Resources/Prototypes Resources/Prototypes/CorvaxSecrets
ln -s Secrets/Resources/Prototypes Resources/Prototypes/CorvaxSecrets
ln -s Secrets/Resources/ServerPrototypes Resources/Prototypes/CorvaxSecretsServer
ln -s Secrets/Resources/Locale Resources/Locale/ru-RU/corvax-secrets
ln -s Secrets/Resources/Textures Resources/Textures/CorvaxSecrets

0 comments on commit c144a9e

Please sign in to comment.