From 3d6f4b38592b051a6c6cd953ac19faed876a2cf6 Mon Sep 17 00:00:00 2001 From: sheffey <57262511+SheffeyG@users.noreply.github.com> Date: Sat, 13 Jul 2024 18:15:33 +0800 Subject: [PATCH] Fix ci build with newer decky release name --- .github/workflows/dev-build.yml | 2 +- deck.json | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 deck.json diff --git a/.github/workflows/dev-build.yml b/.github/workflows/dev-build.yml index 706c8e6..d1dc080 100644 --- a/.github/workflows/dev-build.yml +++ b/.github/workflows/dev-build.yml @@ -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 diff --git a/deck.json b/deck.json new file mode 100644 index 0000000..2e2491e --- /dev/null +++ b/deck.json @@ -0,0 +1,7 @@ +{ + "deckip": "0.0.0.0", + "deckport": "22", + "deckpass": "ssap", + "deckkey": "-i $HOME/.ssh/id_rsa", + "deckdir": "/home/deck" +} \ No newline at end of file