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

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
camwhit-e committed Jul 13, 2022
1 parent b0257c4 commit 5800484
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 @@ -11,7 +11,7 @@ jobs:
- name: Create release archive
run: |
rm -rf node_modules/ README.md INSTALL.md
tar -czf panel.tar.gz *
tar -czf plugin.tar.gz *
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 5800484

Please sign in to comment.