Skip to content

Commit

Permalink
test: mkdir assets
Browse files Browse the repository at this point in the history
  • Loading branch information
v0l committed Sep 26, 2023
1 parent 2e1efc3 commit bfdcfa5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,11 @@ jobs:
- name: Build Site
run: yarn build

- name: Checkout code
- name: Copy files
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/
mkdir -p snort_android/app/src/main/assets/
cp packages/app/build/* snort_android/app/src/main/assets/
- name: Build AAB
working-directory: snort_android
Expand Down

0 comments on commit bfdcfa5

Please sign in to comment.