diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 15f6117..5422526 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -16,7 +16,7 @@ jobs: export PATH="/usr/local/opt/go@1.14/bin:$PATH" bundle install bundle exec pod install - ./wcarthage bootstrap --platform iOS - ./gopenpgp_build.sh + ./scripts/wcarthage bootstrap --platform iOS + ./scripts/gopenpgp_build.sh - name: Testing run: bundle exec fastlane test