Skip to content

Commit

Permalink
zip file: use correct zip fle top level directory
Browse files Browse the repository at this point in the history
The top level directory in the zip must match the manifest.yml plugin name.
  • Loading branch information
martinrode committed Sep 22, 2023
1 parent dd50b33 commit b552d43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COFFEE_FILES = \

JS = webfrontend/FylrExample.js

PLUGIN_NAME = fylr-plugin-example
PLUGIN_NAME = fylr_example
ZIP_NAME ?= $(PLUGIN_NAME).zip
BUILD_DIR = build

Expand Down

0 comments on commit b552d43

Please sign in to comment.