Skip to content

Bundled the latest version of 7zip #5

Bundled the latest version of 7zip

Bundled the latest version of 7zip #5

Workflow file for this run

name: Fetch Dependencies
on:
schedule:
- cron: '20 2,14 * * *'
push:
branches: [ main ]
workflow_dispatch:
jobs:
fetchdeps:
name: Fetch Dependencies
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: Build and Run Generator
run: dotnet run --project Generator/Generator.csproj -c Release -- LavaGang MelonLoader.UnityDependencies main
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}