Skip to content

Commit

Permalink
ci: remove nodejs pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Dec 20, 2024
1 parent 0c88b17 commit cb6756a
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -485,6 +485,10 @@ jobs:
- uses: ./.github/workflows/publish_nodejs.yml
id: nodejs

- name: Remove NodeJS Release
run: |
rm -r assets/MAA-nodejs-package
- run: |
cd assets
for f in *; do
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/publish_nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
access: public
token: ${{ secrets.NPM_TOKEN }}

- name: Remove NodeJS Release
run: |
rm -r assets/MAA-nodejs-package
- name: Output Failure
id: output_failure
if: failure()
Expand Down

0 comments on commit cb6756a

Please sign in to comment.