From 8c6d8b125feee3c10ffcf585ef6db5d8fa1653e8 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 22 Jun 2024 11:38:24 +0200 Subject: [PATCH] Removed unused platform check --- .github/workflows/build-and-release.yml | 5 ----- 1 file changed, 5 deletions(-) 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