Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SheffeyG committed Jul 13, 2024
1 parent b9fa780 commit e692d80
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 @@ -40,7 +40,7 @@ jobs:
- name: Build plugin
run: |
$(pwd)/cli/decky plugin build $(pwd)
unzip out/${{ github.event.repository.name }}.zip -d out/${{ github.event.repository.name }}
# unzip out/${{ github.event.repository.name }}.zip -d out/${{ github.event.repository.name }}
- name: Upload plugin
uses: actions/upload-artifact@v4
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 e692d80

Please sign in to comment.