Skip to content

Commit

Permalink
Clean artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
spuder committed Nov 5, 2024
1 parent 4e09094 commit ba6614a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,13 @@ jobs:
with:
path: downloaded-artifacts

- name: Clean artifacts
run: |
rm -rf artifacts/manifest.json
rm -rf artfacts/openspool-*
cp -R downloaded-artifacts/* artifacts
ls -al artifacts
- name: Combine manifests
run: |
python3 - <<EOF
Expand Down

0 comments on commit ba6614a

Please sign in to comment.