Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,9 @@ permissions:
contents: write

jobs:
# Re-use the CI workflow so we don't duplicate build definitions.
ci:
uses: ./.github/workflows/ci.yml
permissions:
contents: read

release:
name: Publish Release
runs-on: macos-15
needs: [ci]
steps:
- uses: actions/checkout@v4

Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ build/
# Swift Package Manager build artifacts
ConfigUI/.build/

# Generated packaging assets
packaging/AppIcon.icns
# Intermediate packaging assets (AppIcon.icns is committed)
packaging/AppIcon.iconset/
packaging/_icon_source.png

Expand Down
Binary file added packaging/AppIcon.icns
Binary file not shown.
Loading