Skip to content

Commit

Permalink
ci: checkout app from tag
Browse files Browse the repository at this point in the history
  • Loading branch information
v0l committed Oct 11, 2023
1 parent 102134d commit a8964a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

- name: Copy files
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/
cp packages/app/build/* snort_android/app/src/main/assets/
Expand Down

0 comments on commit a8964a2

Please sign in to comment.