Skip to content

Commit d5b81d1

Browse files
committed
fix(ci): correct details
1 parent 7518dea commit d5b81d1

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

.github/workflows/publish-winget.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
locale: en-US
3636
publisher: Tony Antony
3737
package-name: AltSendme
38-
short-description: Fast, private file sharing over local networks.
39-
license: MIT
40-
copyright: Copyright (c) 2025 Tony Antony
38+
short-description: Fast, private file sharing over networks.
39+
license: AGPL-3.0
40+
copyright: Copyright (c) 2026 Tony Antony
4141
urls: |
4242
Homepage: https://github.com/tonyantony300/alt-sendme
4343
License: https://github.com/tonyantony300/alt-sendme/blob/main/LICENSE

CONTRIBUTING.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -138,15 +138,6 @@ To discard accidental lockfile changes before committing:
138138
git checkout origin/main -- package-lock.json src-tauri/Cargo.lock sendme/Cargo.lock
139139
```
140140

141-
## Release Automation
142-
143-
AltSendme publishes Windows packages to WinGet automatically when a GitHub Release is published.
144-
145-
- Workflow: `.github/workflows/publish-winget.yml`
146-
- Trigger: `release.published` (skips draft and prerelease releases)
147-
- Secret required: `WINGET_TOKEN` (GitHub token with permission to create PRs against `microsoft/winget-pkgs`)
148-
149-
The WinGet package identifier is set to `TonyAntony.AltSendme`, and it picks the MSI installer asset (`AltSendme_*_x64_*.msi`) from the published release (preferred over NSIS for WinGet reliability and enterprise deployment compatibility).
150141

151142
## Code of Conduct
152143

0 commit comments

Comments
 (0)