From ffd38dc882633d359b962f028ef3f68b0618b6e9 Mon Sep 17 00:00:00 2001 From: Zebartin <16185081+Zebartin@users.noreply.github.com> Date: Mon, 29 Jul 2024 19:48:03 +0800 Subject: [PATCH] fix: symlink --- .github/workflows/NIKKE-scripts-release.yml | 2 +- NIKKE/utils.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/NIKKE-scripts-release.yml b/.github/workflows/NIKKE-scripts-release.yml index 8000315..2d960c2 100644 --- a/.github/workflows/NIKKE-scripts-release.yml +++ b/.github/workflows/NIKKE-scripts-release.yml @@ -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 diff --git a/NIKKE/utils.js b/NIKKE/utils.js index b443fbd..d0597cb 120000 --- a/NIKKE/utils.js +++ b/NIKKE/utils.js @@ -1 +1 @@ -G:/Code/autoxjs-scripts/utils.js \ No newline at end of file +../utils.js \ No newline at end of file