From 074b2b78e5a4ba657a30fa6f8b457d49d9fe422c Mon Sep 17 00:00:00 2001 From: Ben Sarmiento Date: Tue, 21 Nov 2023 21:50:19 +0100 Subject: [PATCH] Fix path in release --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d73b3d6..89d5819 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -93,9 +93,8 @@ 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 . @@ -107,9 +106,8 @@ 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 .