Skip to content

Commit 29fe33d

Browse files
authored
Update auto_Release.yml
1 parent b349ec4 commit 29fe33d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/auto_Release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,14 @@ jobs:
2727
tag: ${{ steps.tag_version.outputs.new_tag }}
2828
name: Release ${{ steps.tag_version.outputs.new_tag }}
2929
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

Comments
 (0)