Skip to content

Commit

Permalink
fix copy appinfo dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelmerovereem committed Oct 23, 2024
1 parent 70af36c commit 190809d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Create Release Zip
run: |
mkdir -p dashboardsearchbar
cp -r lib appinfo/info.xml appinfo/routes.php README.md CHANGELOG.md .gitignore js img templates dashboardsearchbar
cp -r lib appinfo README.md CHANGELOG.md .gitignore js img templates dashboardsearchbar
zip -r dashboardsearchbar.zip dashboardsearchbar
- name: Upload Release
Expand Down

0 comments on commit 190809d

Please sign in to comment.