diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index c7192a8c..86763550 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -598,11 +598,6 @@ jobs: # Find and process files in the artifacts directory: find "$GITHUB_WORKSPACE/artifacts" -type f | while read -r FILE; do - # Ignore .updates/platform files: - if [[ "$FILE" == *".updates/platform" ]]; then - continue - fi - if [[ "$FILE" == *"x86_64-apple-darwin"* && "$FILE" == *".tar.gz" ]]; then TARGET_NAME="MindWork AI Studio_${VERSION}_x64.app.tar.gz" elif [[ "$FILE" == *"x86_64-apple-darwin"* && "$FILE" == *".tar.gz.sig" ]]; then