mirror of
https://github.com/egor-white/zaprett.git
synced 2025-12-10 05:19:42 +05:00
Update file copy commands in workflow YAML
This commit is contained in:
6
.github/workflows/workflow_without_post.yml
vendored
6
.github/workflows/workflow_without_post.yml
vendored
@@ -48,9 +48,9 @@ jobs:
|
||||
- name: Copy files to dirs
|
||||
run: |
|
||||
#copy nfqws and zaprett
|
||||
cp rust/target/armv7-linux-androideabi/zaprett zaprett/system/bin/zaprett-armv7
|
||||
cp rust/target/aarch64-linux-android/zaprett zaprett/system/bin/zaprett-aarch64
|
||||
cp rust/target/x86_64-linux-android/zaprett zaprett/system/bin/zaprett-x86_64
|
||||
cp rust/target/armv7-linux-androideabi/release/zaprett zaprett/system/bin/zaprett-armv7
|
||||
cp rust/target/aarch64-linux-android/release/zaprett zaprett/system/bin/zaprett-aarch64
|
||||
cp rust/target/x86_64-linux-android/release/zaprett zaprett/system/bin/zaprett-x86_64
|
||||
|
||||
cp -a src-module/* zaprett/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user