Skip to content

Beat Saber DLLs

Actions
Fetch Beat Saber / BSIPA DLLs for use in CI
v1.1
Latest
By bsmg
Star (1)

Beat Saber DLLs Action

Use stripped Beat Saber DLLs in GitHub Actions

Fetches DLLs from https://github.com/beat-saber-modding-group/beat-saber-dlls

Config

See action.yml for configuration.

Example Workflow

name: .NET Build
on: [push]

jobs:
  build:
    runs-on: windows-latest
    steps:
    - uses: actions/checkout@v1
    - name: Setup MSBuild
      uses: warrenbuckley/Setup-MSBuild@v1
    - name: Add Beat Saber DLLs
      uses: beat-saber-modding-group/action-beat-saber-dlls@v1
    - name: Install dependencies
      run: msbuild -t:restore
    - name: Build project
      run: msbuild /t:Build /p:Configuration=Release /p:ReferencePath="D:\beat-saber-dlls"

Beat Saber DLLs is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Fetch Beat Saber / BSIPA DLLs for use in CI
v1.1
Latest
By bsmg

Beat Saber DLLs is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.