Skip to content

Commit

Permalink
Maybe add the new Extension to the release...
Browse files Browse the repository at this point in the history
  • Loading branch information
Coow committed Sep 22, 2023
1 parent 13eedcc commit 76df225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Build bundle
run: |
npm run build --if-present --skipLibCheck
zip -r caster-manager.zip package.json node_modules package-lock.json dashboard graphics README.md LICENSE
tar -cvf caster-manager.tar package.json node_modules package-lock.json dashboard graphics README.md LICENSE
zip -r caster-manager.zip package.json node_modules package-lock.json dashboard graphics extension README.md LICENSE
tar -cvf caster-manager.tar package.json node_modules package-lock.json dashboard graphics extension README.md LICENSE
- uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit 76df225

Please sign in to comment.