Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit 5800484

Browse files
committed
Fix workflow
1 parent b0257c4 commit 5800484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Create release archive
1212
run: |
1313
rm -rf node_modules/ README.md INSTALL.md
14-
tar -czf panel.tar.gz *
14+
tar -czf plugin.tar.gz *
1515
- name: Create Release
1616
id: create_release
1717
uses: actions/create-release@v1

0 commit comments

Comments
 (0)