Skip to content

Commit

Permalink
ci: fix goreleaser/nFMP build for goreleaser 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
yktoo committed Oct 4, 2023
1 parent 95c0d15 commit b7b01d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
version: v1.21.2
args: check

- name: Make a release (tag only)
Expand Down
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ nfpms:
bindir: /usr/bin
contents:
- src: "resources/icons/hicolor/**/*"
dst: "/usr/share/icons/hicolor/"
dst: "/usr/share/icons/hicolor"
- src: "resources/*.desktop"
dst: "/usr/share/applications/"
dst: "/usr/share/applications"
- src: "resources/metainfo/*.metainfo.xml"
dst: "/usr/share/metainfo/"
dst: "/usr/share/metainfo"
- src: "resources/i18n/generated/**/*"
dst: "/usr/share/locale/"
dst: "/usr/share/locale"
scripts:
postinstall: "resources/scripts/postinst"
postremove: "resources/scripts/postrm"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ This will create the application executable `ymuse` in the project root director
Requires `goreleaser` installed.

```bash
goreleaser release --rm-dist --skip-publish [--snapshot]
goreleaser release --clean --skip=publish [--snapshot]
```

### Flatpak
Expand Down

0 comments on commit b7b01d9

Please sign in to comment.