Skip to content

Commit

Permalink
Build: Split glob to something simple enough for GitHub Actions to un…
Browse files Browse the repository at this point in the history
…derstand
  • Loading branch information
luckyrat committed Oct 30, 2020
1 parent f044980 commit 5153e2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ jobs:
prerelease: false
body: "This is an automatically generated beta release. The first beta release for this major.minor version has been thoroughly tested; subsequent releases typically contain only new translations and occasional critical fixes with very limited scope. After beta testing this release may be promoted to a stable release. This message will be replaced if that happens. More information can be found at https://forum.kee.pm/t/versioning-and-releases/550 . To install this beta version into Firefox, make sure you select the signed .xpi file - not all the listed .xpi files are signed and a typical Firefox configuration will reject the unsigned versions. The exact name may vary but will contain the word beta and the file size will be slightly larger than the other .xpi files."
files: |
dist/**/*.{xpi,zip}
dist/**/*.xpi
dist/**/*.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 5153e2d

Please sign in to comment.