diff --git a/.gitea/workflows/build-installer.yaml b/.gitea/workflows/build-installer.yaml index 5fa39c9..3377a15 100644 --- a/.gitea/workflows/build-installer.yaml +++ b/.gitea/workflows/build-installer.yaml @@ -55,6 +55,7 @@ jobs: - name: Upload macOS artifact uses: actions/upload-artifact@v4 + continue-on-error: true with: name: EdgeAI-Installer-macOS path: ${{ env.WORK_DIR }}/installer/build/bin/EdgeAI-Installer-macOS.zip @@ -125,6 +126,7 @@ jobs: - name: Upload Windows artifact uses: actions/upload-artifact@v4 + continue-on-error: true with: name: EdgeAI-Installer-Windows path: edge-ai-platform/installer/build/bin/EdgeAI-Installer-Windows.zip diff --git a/.github/workflows/build-installer.yaml b/.github/workflows/build-installer.yaml index 5fa39c9..3377a15 100644 --- a/.github/workflows/build-installer.yaml +++ b/.github/workflows/build-installer.yaml @@ -55,6 +55,7 @@ jobs: - name: Upload macOS artifact uses: actions/upload-artifact@v4 + continue-on-error: true with: name: EdgeAI-Installer-macOS path: ${{ env.WORK_DIR }}/installer/build/bin/EdgeAI-Installer-macOS.zip @@ -125,6 +126,7 @@ jobs: - name: Upload Windows artifact uses: actions/upload-artifact@v4 + continue-on-error: true with: name: EdgeAI-Installer-Windows path: edge-ai-platform/installer/build/bin/EdgeAI-Installer-Windows.zip