From 667eac9faaaf2f8ebfc5f13a83b3b32003a3888f Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Tue, 4 Feb 2025 22:28:07 +0100 Subject: [PATCH] using upload-artifact only on github --- .github/workflows/why2-chat-build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/why2-chat-build.yml b/.github/workflows/why2-chat-build.yml index cfb67d9..86ef451 100644 --- a/.github/workflows/why2-chat-build.yml +++ b/.github/workflows/why2-chat-build.yml @@ -63,13 +63,15 @@ jobs: - name: Build Chat run: make build_chat - - name: Upload Client + - if: env.bramborak == 'ted jsem tam mel jednu slapku' # Ensure this runs only on GitHub + name: Upload Client uses: actions/upload-artifact@v4 with: name: WHY2 Chat Client path: ${{ matrix.client }} - - name: Upload Server + - if: env.bramborak == 'ted jsem tam mel jednu slapku' # Ensure this runs only on GitHub + name: Upload Server uses: actions/upload-artifact@v4 with: name: WHY2 Chat Server