Skip to content

benjamimgois/OptiScaler-builds

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OptiScaler-Bleeding-Edge

GitHub Actions workflows for building optiscaler/OptiScaler from source in this repository.

Channels

Upstream Master Build

  • daily scheduled build of upstream master
  • creates a prerelease only when a new upstream master HEAD is detected
  • manual runs upload workflow artifacts by default; enable publish_release to publish a prerelease
  • release tag format: master-<sha8>

Upstream Latest Any Branch Build

  • daily scheduled build of whichever upstream branch head has the newest commit
  • creates a prerelease only when that resolved branch head has not been released yet
  • manual runs upload workflow artifacts by default; enable publish_release to publish a prerelease
  • release tag format: any-<branch>-<sha8>

Release assets

Each successful build produces:

  • a .7z package
  • a JSON metadata file containing the resolved branch, commit SHA, tag, and build timestamp

Release bodies are intentionally minimal and contain only the upstream commit link.

Notes

  • Builds are unsigned
  • Releases are built from source in this repository, not from upstream Actions artifacts
  • Dependency bundling is not included

Update Manifest

This repository hosts a versions.json file in the root. GOverlay queries this manifest to detect updates.

When releasing new versions:

  1. Update versions.json stable/edge fields.
  2. Push the updated file to the default branch (nightly-action).
{
  "stable": {
    "version": "0.9.3-0",
    "url": "https://github.com/benjamimgois/OptiScaler-builds/releases/download/0.9.3-0/optiscaler-stable.7z"
  },
  "edge": {
    "version": "edge-0.9.4-2",
    "url": "https://github.com/benjamimgois/OptiScaler-builds/releases/download/edge-0.9.4-2/optiscaler-edge.7z"
  }
}

About

workflow to get latest optiscaler build, and bring in useful files from other repos (fakenvapi, dlssg2fsr, nvngx)

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors