diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml deleted file mode 100644 index 0b0e6ea..0000000 --- a/.github/workflows/dotnet.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: .NET - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Setup .NET - uses: actions/setup-dotnet@v1 - with: - dotnet-version: 3.1.x - - name: Restore dependencies - run: dotnet restore - - name: Build - run: dotnet build --no-restore - - name: Test - run: dotnet test --no-build --verbosity normal - - name: capture build artifacts - uses: actions/upload-artifact@v2 - with: - name: Build - path: RepoFullDownloader-Core/bin/Debug/netcoreapp3.1/ diff --git a/README.md b/README.md index 440348c..9f0cfdd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# RepoFullDownloader-Core +# RepoFullDownloader Cross-Platform Cydia/Installer repo downloader ## Requirements @@ -7,7 +7,4 @@ An internet connection. ## Command Line Options `dotnet RepoFullDownloader-Core.dll ` -Running with no URL will use the repo list from `repos.txt` - -## Binaries -https://nightly.link/kawaiizenbo/RepoFullDownloader-Core/workflows/dotnet/master/Build.zip +Running with no URL will use the repo list from `repos.txt` \ No newline at end of file