Skip to content

Commit

Permalink
chore(github-actions): fix folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
MDReal32 committed Jun 10, 2024
1 parent 983af23 commit 0f5952e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/check-version.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Calculate folder hash
id: calculate-hash
run: |
FOLDER_TO_HASH="kubejs/${{ matrix.package_name }}"
FOLDER_TO_HASH="kube-js/${{ matrix.package_name }}"
HASH_FILE=".folder_hash"
# Calculate the current hash
Expand Down

0 comments on commit 0f5952e

Please sign in to comment.