Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillanacosta authored Dec 13, 2024
1 parent ae786ee commit ecb44ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
run: |
ls temp-artifacts
for file in temp-artifacts/*-ext.owl; do
mv "$file" external-dev/$file
echo $file
mv "$file" external-dev/
echo "Moved: $file"
done
rm temp-artifacts/*
- name: Commit changed OWL files
Expand Down

0 comments on commit ecb44ab

Please sign in to comment.