Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ on:
- "v*.*.*"
workflow_dispatch:

# Default GITHUB_TOKEN is read-only here, so the "Attach to release" step
# below (softprops/action-gh-release@v2) fails on every platform with
# "Resource not accessible by integration" — every release from v0.1.0
# through v0.2.1 shipped with only the macOS dmg attached (uploaded locally
# via scripts/publish-dmg.sh) even though this workflow builds Linux +
# Windows bundles too.
permissions:
contents: write

jobs:
build:
name: Build (${{ matrix.platform }})
Expand Down