Skip to content

Commit

Permalink
wrote my own database backend
Browse files Browse the repository at this point in the history
  • Loading branch information
CEbbinghaus committed Oct 21, 2023
1 parent 6b385dd commit 57971e9
Show file tree
Hide file tree
Showing 10 changed files with 742 additions and 2,525 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Download Decky CLI
run: |
mkdir /tmp/decky-cli
curl -L -o /tmp/decky-cli/decky "https://github.com/SteamDeckHomebrew/cli/releases/download/0.0.1-alpha.11/decky"
curl -L -o /tmp/decky-cli/decky "https://github.com/SteamDeckHomebrew/cli/releases/download/0.0.1-alpha.12/decky"
chmod +x /tmp/decky-cli/decky
echo "/tmp/decky-cli" >> $GITHUB_PATH
Expand All @@ -41,4 +41,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: "MicroSDeck"
path: /tmp/output/*.zip
path: /tmp/output/MicroSDeck.zip
Loading

0 comments on commit 57971e9

Please sign in to comment.