Skip to content

Commit

Permalink
Fix sh setup_secret script call
Browse files Browse the repository at this point in the history
  • Loading branch information
Morb0 committed Oct 3, 2023
1 parent 27e5c1d commit 718bf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "HOST *" > ~/.ssh/config
echo "StrictHostKeyChecking no" >> ~/.ssh/config
git -c submodule.Secrets.update=checkout submodule update --init
sh ./Tools/corvax/setup_secrets.sh
./Tools/corvax/setup_secrets.sh
# Corvax-Secrets-End

- name: Setup .NET Core
Expand Down

0 comments on commit 718bf6c

Please sign in to comment.