We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98723ac commit ea24d21Copy full SHA for ea24d21
.github/workflows/pack.yml
@@ -30,6 +30,12 @@ jobs:
30
md release_package
31
copy bin\release\* release_package
32
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
+
39
- name: Release
40
uses: softprops/action-gh-release@v2
41
if: startsWith(github.ref, 'refs/tags/')
0 commit comments