From ea24d21edb2d1d2a8915df9b64c26d849f30995e Mon Sep 17 00:00:00 2001 From: MerrickZ Date: Thu, 31 Oct 2024 12:38:16 +0800 Subject: [PATCH] updatePack --- .github/workflows/pack.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index 5ab3bad..a2056c5 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -30,6 +30,12 @@ jobs: md release_package copy bin\release\* release_package compress-archive -Path release_package -DestinationPath rmdup_${{github.ref_name}}.zip + - name : Upload artifact + uses: actions/upload-artifact@v4 + with: + name: rmdup_${{github.ref_name}}.zip + path: rmdup_${{github.ref_name}}.zip + - name: Release uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/')