Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinkrustev authored Oct 3, 2023
1 parent b46bb45 commit c7c0e8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ jobs:
with:
name: dist-x86_64-unknown-linux-musl
path: dist
- uses: actions/download-artifact@v1
with:
name: dist-x86_64-unknown-alpine-musl
path: dist
# - uses: actions/download-artifact@v1
# with:
# name: dist-x86_64-unknown-alpine-musl
# path: dist
- uses: actions/download-artifact@v1
with:
name: dist-aarch64-unknown-linux-gnu
Expand Down

0 comments on commit c7c0e8b

Please sign in to comment.