Skip to content

Commit

Permalink
updatePack
Browse files Browse the repository at this point in the history
  • Loading branch information
MerrickZ committed Oct 31, 2024
1 parent 98723ac commit ea24d21
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/')
Expand Down

0 comments on commit ea24d21

Please sign in to comment.