From 3d71ff400da620203398b2f4fd6575274c767201 Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Sun, 30 Jul 2023 10:57:57 +0200 Subject: [PATCH] GH: Delete macos work artifacts after they are no longer needed --- .github/workflows/macos.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f82eb53..a50e72e 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -246,8 +246,14 @@ jobs: mv macos.zip out/templates/macos.zip ls out/templates/ + - uses: geekyeggo/delete-artifact@v2 + with: + name: macos-* + useGlob: true + failOnError: false + - name: Upload templates bundle uses: actions/upload-artifact@v3 with: name: godot.limboai.templates.macos.universal - path: out/templates/* \ No newline at end of file + path: out/templates/*