Skip to content

Commit ea24d21

Browse files
author
MerrickZ
committed
updatePack
1 parent 98723ac commit ea24d21

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pack.yml

+6
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ jobs:
3030
md release_package
3131
copy bin\release\* release_package
3232
compress-archive -Path release_package -DestinationPath rmdup_${{github.ref_name}}.zip
33+
- name : Upload artifact
34+
uses: actions/upload-artifact@v4
35+
with:
36+
name: rmdup_${{github.ref_name}}.zip
37+
path: rmdup_${{github.ref_name}}.zip
38+
3339
- name: Release
3440
uses: softprops/action-gh-release@v2
3541
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)