From 1ae800d77a73c27e1604b87b499c6745df1c3d90 Mon Sep 17 00:00:00 2001 From: Ben Sarmiento Date: Tue, 12 Dec 2023 04:33:48 +0100 Subject: [PATCH] Copy readme --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0360fd7..452e16e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -137,6 +137,7 @@ jobs: git clone https://x-access-token:${{ secrets.TOKEN }}@github.com/debridmediamanager/zurg-testing.git mkdir -p zurg-testing/releases/${{ steps.version.outputs.version }} cp -fR compressed_artifacts/* zurg-testing/releases/${{ steps.version.outputs.version }} + cp -f README.md zurg-testing/README.md cd zurg-testing/releases/${{ steps.version.outputs.version }} git lfs track "*.zip" git add .