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/*