From cebc27c543452e73da1e5b04b578abee05879ed1 Mon Sep 17 00:00:00 2001 From: Tyler Wilding Date: Sun, 2 Jun 2024 23:52:19 -0400 Subject: [PATCH] ci: also update release workflow --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6f7fb59..6130987 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,7 +33,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 22 - name: Bump Version id: version_bump @@ -72,7 +72,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 22 - uses: pnpm/action-setup@v2 name: Install pnpm @@ -83,7 +83,7 @@ jobs: - name: Install Decky CLI run: | mkdir ./cli - curl -L -o ./cli/decky "https://github.com/SteamDeckHomebrew/cli/releases/latest/download/decky" + curl -L -o ./cli/decky "https://github.com/SteamDeckHomebrew/cli/releases/latest/download/decky-linux-x86_64" chmod +x ./cli/decky - name: Create Plugin