Skip to content

Commit

Permalink
Fix packaging error
Browse files Browse the repository at this point in the history
The package action now checks out the `streamdeck-libs` submodule and includes it when packaging the plugin.
  • Loading branch information
j4ckofalltrades committed Oct 24, 2024
1 parent 9b0d980 commit 8fd70dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checkout repo and submodules
uses: actions/checkout@v4
with:
submodules: recursive
- name: Package Stream Deck plugin
uses: j4ckofalltrades/streamdeck-package@v0.0.1
uses: j4ckofalltrades/streamdeck-package@v0.1.0
with:
input-directory: "src/dev.jduabe.obsideck.sdPlugin"
output-directory: "release"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ relative to the selected scheme.
The `Run Command` action has the following **required** config items:

- API Key
- URL
- URL
- Command ID

![Obsideck run command action](assets/run-command.png)
Expand Down Expand Up @@ -667,7 +667,7 @@ Commands from other (community) plugins can be obtained by calling the commands
The `Open File` action has the following **required** config items:

- API Key
- URL
- URL
- File Path

![Obsideck open file action](assets/open-file.png)
Expand Down

0 comments on commit 8fd70dc

Please sign in to comment.