Skip to content

Commit

Permalink
testing: use manual clone
Browse files Browse the repository at this point in the history
  • Loading branch information
v0l committed Sep 26, 2023
1 parent d7c79e8 commit 3541d1a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 3541d1a

Please sign in to comment.