Skip to content

Commit

Permalink
Update trigger-native.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pkriens authored Oct 7, 2024
1 parent 1de11eb commit 8054a6a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/trigger-native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ jobs:
path: temp_native

- run: |
find org.alloytools.pardinus.native/native/ -type f -exec git hash-object -w {} \; -print
ls -Rl temp_native
cp -rf temp_native/*/* org.alloytools.pardinus.native/native/
ls -Rl org.alloytools.pardinus.native/native/
find org.alloytools.pardinus.native/native/ -type f -exec git hash-object -w {} \; -print
echo "Show what is downloaded"
find temp_native -type f -name "electrod*" -exec git hash-object -w {} \; -print
echo "Copy downloaded to native"
cp -rfv temp_native/*/* org.alloytools.pardinus.native/native/
echo "Show new native"
find org.alloytools.pardinus.native/native/ -type f -name "electrod*" -exec git hash-object -w {} \; -print
echo "Remove temp"
rm -rf temp_native
git config user.name github-actions
git config user.email [email protected]
Expand Down

0 comments on commit 8054a6a

Please sign in to comment.