Skip to content

Commit

Permalink
fix: use shared workflows (#78)
Browse files Browse the repository at this point in the history
* fix: use shared workflows

* fix: use shared workflows
  • Loading branch information
vectronic authored Jan 25, 2025
1 parent 2ee9703 commit fc23725
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release-deno-executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ jobs:
call-release-deno-executable:
uses: flowscripter/.github/.github/workflows/release-deno-executable.yml@v1
secrets: inherit
with:
executable-name: "example-host-application"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![license: MIT](https://img.shields.io/github/license/flowscripter/example-host-application)](https://github.com/flowscripter/example-host-application/blob/main/LICENSE)

> Example host application executable for the
> [dynamic-plugin-framework](https://github.com/flowscripter/dynamic-plugin-framework).
> [dynamic-plugin-framework](https://github.com/flowscripter/dynamic-plugin-framework)
## Binary Executable Usage

Expand Down

0 comments on commit fc23725

Please sign in to comment.