Skip to content

Commit

Permalink
Simplify removal of temporary artifacts through a glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
roblabla committed Aug 31, 2024
1 parent 1587d4d commit e48dc87
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,7 @@ jobs:
- name: Remove temporary artifacts
uses: geekyeggo/delete-artifact@v5
with:
name: |
natives-win_x86_32
natives-win_x86_64
natives-mac_x86_64
natives-mac_arm_64
natives-linux_x86_64
natives-linux_arm_64
name: natives-*
- name: Get current date, rev and dist name
id: date
run: |
Expand Down

0 comments on commit e48dc87

Please sign in to comment.