We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b349ec4 commit 29fe33dCopy full SHA for 29fe33d
1 file changed
.github/workflows/auto_Release.yml
@@ -27,3 +27,14 @@ jobs:
27
tag: ${{ steps.tag_version.outputs.new_tag }}
28
name: Release ${{ steps.tag_version.outputs.new_tag }}
29
body: ${{ steps.tag_version.outputs.changelog }}
30
+
31
+ - run: ls -R
32
33
+ - name: '📦 Package windows x64'
34
+ run: |
35
+ cd ${{github.workspace}}
36
+ gh release upload ${{github.event.release.tag_name}} LICENSE
37
+ env:
38
+ GITHUB_TOKEN: ${{ github.TOKEN }}
39
+ shell: bash
40
0 commit comments