Skip to content

Commit cd74082

Browse files
committed
fix: use github repo url
1 parent 71ba075 commit cd74082

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Copy files
3535
run: |-
36-
git clone --depth 1 --branch ${{ github.ref_name }} https://git.v0l.io/Kieran/snort_android.git
36+
git clone --depth 1 --branch ${{ github.ref_name }} https://github.com/v0l/snort_android.git
3737
mkdir -p snort_android/app/src/main/assets/
3838
cp -r packages/app/build/* snort_android/app/src/main/assets/
3939

0 commit comments

Comments
 (0)