Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Persephone Bubblegum-Holiday
0b55ab83c4 remove github stuff 2025-02-09 13:41:22 -07:00
KawaiiZenbo
c8f503f62d
Merge pull request #1 from kawaiizenbo/add-license-1
Create LICENSE
2022-08-10 13:28:36 -07:00
2 changed files with 2 additions and 35 deletions

View file

@ -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/

View file

@ -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 <url>`
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`