Copy readme
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -137,6 +137,7 @@ jobs:
|
|||||||
git clone https://x-access-token:${{ secrets.TOKEN }}@github.com/debridmediamanager/zurg-testing.git
|
git clone https://x-access-token:${{ secrets.TOKEN }}@github.com/debridmediamanager/zurg-testing.git
|
||||||
mkdir -p zurg-testing/releases/${{ steps.version.outputs.version }}
|
mkdir -p zurg-testing/releases/${{ steps.version.outputs.version }}
|
||||||
cp -fR compressed_artifacts/* 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 }}
|
cd zurg-testing/releases/${{ steps.version.outputs.version }}
|
||||||
git lfs track "*.zip"
|
git lfs track "*.zip"
|
||||||
git add .
|
git add .
|
||||||
|
|||||||
Reference in New Issue
Block a user