Skip to content

Commit

Permalink
fix: assets cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Oct 31, 2024
1 parent 13adfd3 commit b424e5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/goreleaser-for-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ archives:
files:
- LICENSE*
- README*
- src: "dist/assets/*"
- src: "assets/dist/*"
dst: "assets"
brews:
- skip_upload: true
Expand Down
2 changes: 1 addition & 1 deletion .github/goreleaser-for-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ archives:
files:
- LICENSE*
- README*
- src: "dist/assets/*"
- src: "assets/dist/*"
dst: "assets"
brews:
- skip_upload: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: assets
path: ./dist/assets
path: ./assets/dist

- uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit b424e5b

Please sign in to comment.