Skip to content

Commit 680ad68

Browse files
committed
test ci
1 parent a0b3eaa commit 680ad68

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/make.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,15 @@ jobs:
100100
tag_name: ${{ env.VERSION }}
101101

102102
- name: ls -al
103-
run: ls -al
103+
run: |
104+
ls -al
105+
cd linux-${{ env.VERSION }}
106+
ls -al
107+
cd ../macos-${{ env.VERSION }}
108+
ls -al
109+
cd ../windows-${{ env.VERSION }}
110+
ls -al
111+
104112
105113
# - name: Upload Linux Asset
106114
# uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)