From 3541d1ab5796e6c6596ecde4a1fb2d2713dc1bb4 Mon Sep 17 00:00:00 2001 From: Kieran Date: Tue, 26 Sep 2023 21:12:22 +0100 Subject: [PATCH] testing: use manual clone --- .github/workflows/release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e9cd5e49..413744d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,10 +72,8 @@ jobs: run: yarn build - name: Checkout code - uses: actions/checkout@v4 - with: - repository: https://git.v0l.io/Kieran/snort_android.git - path: snort_android + run: |- + git clone https://git.v0l.io/Kieran/snort_android.git - name: Copy files run: cp packages/app/build/* snort_android/app/src/main/assets/