ci: checkout app from tag
This commit is contained in:
parent
102134d47f
commit
a8964a2248
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -73,7 +73,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Copy files
|
- name: Copy files
|
||||||
run: |-
|
run: |-
|
||||||
git clone https://git.v0l.io/Kieran/snort_android.git
|
git clone --depth 1 --branch ${{ github.ref_name }} https://git.v0l.io/Kieran/snort_android.git
|
||||||
mkdir -p snort_android/app/src/main/assets/
|
mkdir -p snort_android/app/src/main/assets/
|
||||||
cp packages/app/build/* snort_android/app/src/main/assets/
|
cp packages/app/build/* snort_android/app/src/main/assets/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user