Skip to content

Commit

Permalink
fix: symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebartin committed Jul 29, 2024
1 parent c4d0173 commit ffd38dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/NIKKE-scripts-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3

- name: Compress
run: 7z a -t7z NIKKE-scripts-${{ github.ref_name }}.7z * ../utils.js -x!*.md -x!tools -x!archive -x!utils.js
run: rm ./utils.js && mv ../utils.js . && 7z a -t7z NIKKE-scripts-${{ github.ref_name }}.7z * -x!*.md -x!tools -x!archive
working-directory: ./NIKKE

- uses: softprops/action-gh-release@v1
Expand Down
2 changes: 1 addition & 1 deletion NIKKE/utils.js

0 comments on commit ffd38dc

Please sign in to comment.