Skip to content

Commit

Permalink
update delete-artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <[email protected]>
  • Loading branch information
andrewwhitehead committed Jan 13, 2023
1 parent 5b6399e commit c59ab09
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 @@ -294,7 +294,7 @@ jobs:
with:
name: indy_vdr.xcframework
path: output/
- uses: geekyeggo/delete-artifact@v1
- uses: geekyeggo/delete-artifact@v2
with:
name: |
aarch64-apple-ios
Expand Down Expand Up @@ -344,7 +344,7 @@ jobs:
with:
name: android-libraries
path: ./libs
- uses: geekyeggo/delete-artifact@v1
- uses: geekyeggo/delete-artifact@v2
with:
name: |
aarch64-linux-android
Expand Down

0 comments on commit c59ab09

Please sign in to comment.