Skip to content

Commit

Permalink
builds: download binary from build step into dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Apr 2, 2024
1 parent 57cc96d commit afd42cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: "${{ env.BIN }}"
path: "dist"
- uses: actions/download-artifact@v4
with:
name: "dist"
Expand Down Expand Up @@ -359,6 +360,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: "${{ env.BIN }}"
path: "dist"
- uses: actions/download-artifact@v4
with:
name: "dist"
Expand Down Expand Up @@ -392,6 +394,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: "${{ env.BIN }}"
path: "dist"
- uses: actions/download-artifact@v4
with:
name: "dist"
Expand Down

0 comments on commit afd42cc

Please sign in to comment.