Skip to content

Commit

Permalink
ci: remove nodejs release pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Dec 3, 2024
1 parent 8e004f6 commit e7ba6c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,10 @@ jobs:
access: public
token: ${{ secrets.NPM_TOKEN }}

- name: Remove NodeJS Release
run: |
rm -r assets/MAA-nodejs-package
- run: |
cd assets
for f in *; do
Expand Down

0 comments on commit e7ba6c6

Please sign in to comment.