From 305f51512c22ecfb8a53a5d97e1f79384ddfd0d2 Mon Sep 17 00:00:00 2001 From: koalasat Date: Tue, 17 Sep 2024 18:28:49 +0200 Subject: [PATCH] update release pipeline --- .github/workflows/selfhosted-client-image.yml | 3 --- .github/workflows/web-client-image.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/selfhosted-client-image.yml b/.github/workflows/selfhosted-client-image.yml index 5b18c07f..b8a134eb 100644 --- a/.github/workflows/selfhosted-client-image.yml +++ b/.github/workflows/selfhosted-client-image.yml @@ -21,9 +21,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: 'Copy Static' # Needed since Github actions does not support symlinks - run: cp -r frontend/static nodeapp/static - - name: 'Download basic.selfhosted.js Artifact' if: inputs.semver == '' # Only if workflow fired from frontend-build.yml uses: dawidd6/action-download-artifact@v6 diff --git a/.github/workflows/web-client-image.yml b/.github/workflows/web-client-image.yml index 473eb44d..7229b89b 100644 --- a/.github/workflows/web-client-image.yml +++ b/.github/workflows/web-client-image.yml @@ -21,9 +21,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: 'Copy Static' # Needed since Github actions does not support symlinks - run: cp -r frontend/static web/static - - name: 'Download main.js Artifact' if: inputs.semver == '' # Only if workflow fired from frontend-build.yml uses: dawidd6/action-download-artifact@v6