Skip to content

Commit 14e5793

Browse files
committed
build: remove task log command
1 parent 6e82e6d commit 14e5793

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,10 +287,9 @@ jobs:
287287
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
288288

289289
- name: ⏬Download all the build artifacts
290-
uses: actions/download-artifact@v3
290+
uses: actions/download-artifact@v4
291291
with:
292292
path: distributions
293-
- run: ls distributions
294293
- name: ✨Github Release (version = ${{ github.event.release.name }})
295294
uses: softprops/action-gh-release@v2
296295
with:

0 commit comments

Comments
 (0)