Skip to content

Commit

Permalink
Fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillanacosta authored Dec 13, 2024
1 parent 351c495 commit 2c3d6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
path: temp-artifacts
- name: Move downloaded artifacts to external-dev
run: |
for file in temp-artifacts/external-dev/*-ext.owl; do
for file in temp-artifacts/*-ext.owl; do
if [ -f "$file" ]; then
mv "$file" external-dev/
fi
Expand Down

0 comments on commit 2c3d6b3

Please sign in to comment.