Skip to content

Commit

Permalink
try to fix release assets upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Jun 30, 2022
1 parent 65fab43 commit 06b379a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: cliche.jar
path: ~/download/
path: ~/download/cliche.jar
- uses: actions/download-artifact@v3
with:
name: cliche-linux.bin
path: ~/download/
path: ~/download/cliche-linux.bin
- uses: actions/download-artifact@v3
with:
name: cliche-mac.bin
path: ~/download/
path: ~/download/cliche-mac.bin
- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 06b379a

Please sign in to comment.