Skip to content

Commit

Permalink
Fix ci build with newer decky release name
Browse files Browse the repository at this point in the history
  • Loading branch information
SheffeyG committed Jul 13, 2024
1 parent b9fa780 commit 3d6f4b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Download Decky Plugin CLI
run: |
mkdir $(pwd)/cli
curl -L -o $(pwd)/cli/decky "https://github.com/SteamDeckHomebrew/cli/releases/latest/download/decky"
curl -L -o $(pwd)/cli/decky "https://github.com/SteamDeckHomebrew/cli/releases/latest/download/decky-linux-x86_64"
chmod +x $(pwd)/cli/decky
- name: Build plugin
Expand Down
7 changes: 7 additions & 0 deletions deck.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"deckip": "0.0.0.0",
"deckport": "22",
"deckpass": "ssap",
"deckkey": "-i $HOME/.ssh/id_rsa",
"deckdir": "/home/deck"
}

0 comments on commit 3d6f4b3

Please sign in to comment.