Skip to content

Commit 64fb84c

Browse files
committed
Update build.yml
1 parent 70904d7 commit 64fb84c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,20 +91,18 @@ jobs:
9191
permissions:
9292
contents: write
9393
steps:
94+
- uses: actions/checkout@v3
9495

95-
- run: ls
9696

9797
- name: Download cmds
9898
uses: actions/download-artifact@v2
9999
with:
100100
name: cmd
101101
path: ./cmd
102-
103102
- run: ls
104103

105-
- uses: actions/checkout@v3
106104
- uses: ncipollo/release-action@v1
107105
with:
108-
artifacts: "./cmd/cmd/*"
106+
artifacts: "./cmd/*"
109107
bodyFile: "body.txt"
110108

0 commit comments

Comments
 (0)