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