Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

docs: deprecation notice #18

docs: deprecation notice

docs: deprecation notice #18

Workflow file for this run

name: 🏭 Build Plugin
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: write
jobs:
build-plugin:
if: github.repository == 'open-goal/decky-plugin'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: "main"
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 22
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: true
- name: Install Decky CLI
run: |
mkdir ./cli
curl -L -o ./cli/decky "https://github.com/SteamDeckHomebrew/cli/releases/latest/download/decky-linux-x86_64"
chmod +x ./cli/decky
- name: Create Plugin
run: sudo ./cli/decky plugin build ./