Skip to content

Commit 22e88c5

Browse files
authored
Update auto_Release.yml
1 parent d5554c6 commit 22e88c5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/auto_Release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,11 @@ jobs:
2828
name: Release ${{ steps.tag_version.outputs.new_tag }}
2929
body: ${{ steps.tag_version.outputs.changelog }}
3030

31-
- run: ls -R
32-
shell: bash
3331

3432
- name: '📦 Package windows x64'
3533
run: |
3634
cd ${{github.workspace}}
35+
ls -al ./*
3736
gh release upload ${{github.event.release.tag_name}} LICENSE
3837
env:
3938
GITHUB_TOKEN: ${{ github.TOKEN }}

0 commit comments

Comments
 (0)