From 6eaefb1b6627a5fd559d82131436b879df6b2cbc Mon Sep 17 00:00:00 2001 From: Ben Sarmiento Date: Tue, 21 Nov 2023 21:17:36 +0100 Subject: [PATCH] Adjust it again!!! --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b40af98..4a18628 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,9 +94,9 @@ jobs: - name: Publish to zurg-1000 run: | git clone https://x-access-token:${{ secrets.TOKEN }}@github.com/debridmediamanager/zurg-1000.git + cp -fR compressed_artifacts/* zurg-1000/releases/${{ steps.version.outputs.version }} cd zurg-1000 mkdir -p zurg-1000/releases/${{ steps.version.outputs.version }} - cp -fR compressed_artifacts/* zurg-1000/releases/${{ steps.version.outputs.version }} cd zurg-1000/releases/${{ steps.version.outputs.version }} git lfs track "*.zip" git add . @@ -108,9 +108,9 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') run: | git clone https://x-access-token:${{ secrets.TOKEN }}@github.com/debridmediamanager/zurg-testing.git + cp -fR compressed_artifacts/* zurg-testing/releases/${{ steps.version.outputs.version }} cd zurg-testing mkdir -p zurg-testing/releases/${{ steps.version.outputs.version }} - cp -fR compressed_artifacts/* zurg-testing/releases/${{ steps.version.outputs.version }} cd zurg-testing/releases/${{ steps.version.outputs.version }} git lfs track "*.zip" git add .