Skip to content

Commit

Permalink
build: remove task log command
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkAfCod committed Aug 13, 2024
1 parent 6e82e6d commit 14e5793
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: ⏬Download all the build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: distributions
- run: ls distributions
- name: ✨Github Release (version = ${{ github.event.release.name }})
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 14e5793

Please sign in to comment.