Skip to content

Commit

Permalink
ci: also update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xTVaser committed Jun 3, 2024
1 parent 98b088d commit cebc27c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit cebc27c

Please sign in to comment.