diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ba9a14..9307f27 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,18 +84,6 @@ jobs: name: compiled-binaries path: compressed_artifacts - - name: Create Release - id: create_release - uses: ncipollo/release-action@v1 - env: - GITHUB_TOKEN: ${{ secrets.PAT }} - with: - artifacts: "compressed_artifacts/*.zip" - makeLatest: true - removeArtifacts: true - replacesArtifacts: true - skipIfReleaseExists: true - - name: Setup git run: | git config --global user.name "Zurg" @@ -103,7 +91,7 @@ jobs: - name: Clone target repository run: | - git clone https://$PAT@github.com/debridmediamanager/zurg-1000.git + git clone https://x-access-token:$PAT@github.com/debridmediamanager/zurg-1000.git cd zurg-1000 git lfs install