We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ba075 commit cd74082Copy full SHA for cd74082
1 file changed
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Copy files
35
run: |-
36
- git clone --depth 1 --branch ${{ github.ref_name }} https://git.v0l.io/Kieran/snort_android.git
+ git clone --depth 1 --branch ${{ github.ref_name }} https://github.com/v0l/snort_android.git
37
mkdir -p snort_android/app/src/main/assets/
38
cp -r packages/app/build/* snort_android/app/src/main/assets/
39
0 commit comments