Skip to content

Commit

Permalink
Also include directories as artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
hatchan committed Sep 17, 2024
1 parent b10a859 commit a7864d4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,8 @@ jobs:
paths=$(echo '${{ steps.tauri.outputs.artifactPaths }}' | jq -c -r '.[]')
for artifact in $paths; do
if [[ -f $artifact ]]; then
echo "Moving $artifact"
mv $artifact artifacts
else
echo "Artifact not found: $artifact"
ls -la $artifact
fi
echo "Moving $artifact"
mv $artifact artifacts
done
- name: Upload artifact
Expand Down

0 comments on commit a7864d4

Please sign in to comment.