Skip to content

Commit ccb63bd

Browse files
committed
fix(release.yaml): uses 和 run一次只能执行一个
1 parent 83fbbed commit ccb63bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/relese.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v3
17+
18+
- name: ls
1719
run: ls -al
1820

1921
- name: Zip The File

0 commit comments

Comments
 (0)