Skip to content
Open
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
6 changes: 6 additions & 0 deletions .github/workflows/ci-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@ jobs:
- name: Print Packages
run: |
ls out/*.nupkg
- name: Release CLI winget package
uses: vedantmgoyal9/winget-releaser@main
with:
identifier: MutagenModding.Spriggit.CLI
installers-regex: '.\SpriggitCLI.zip'
token: ${{ secrets.WINGET_TOKEN }}
- name: Publish to Nuget.org
run: dotnet nuget push out/**/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Created using wingetcreate 1.10.3.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json

PackageIdentifier: MutagenModding.Spriggit
PackageVersion: 0.38.7
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: Spriggit.CLI.exe
PortableCommandAlias: spriggit
ArchiveBinariesDependOnPath: true
Installers:
- Architecture: x64
InstallerUrl: https://github.com/Mutagen-Modding/Spriggit/releases/download/0.38.7/SpriggitCLI.zip
InstallerSha256: 943C59343E9A1BE2A7021AB8E450B760AB22BF447E21E402B80BE4D8C29773E1
ManifestType: installer
ManifestVersion: 1.10.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Created using wingetcreate 1.10.3.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json

PackageIdentifier: MutagenModding.Spriggit
PackageVersion: 0.38.7
PackageLocale: en-US
Publisher: Mutagen Modding
PublisherUrl: https://mutagen-modding.github.io/Spriggit/
PublisherSupportUrl: https://github.com/Mutagen-Modding/Spriggit/issues
Author: https://github.com/Mutagen-Modding
PackageName: Spriggit
License: GPL-3.0
LicenseUrl: https://github.com/Mutagen-Modding/Spriggit/blob/dev/LICENSE
ShortDescription: A tool to facilitate converting Bethesda plugin files to a text based format that can be stored in Git.
Description: A tool to facilitate converting Bethesda plugin files to a text based format that can be stored in Git. Large scale projects can then live in Github, and accept Pull Requests from many developers.
ManifestType: defaultLocale
ManifestVersion: 1.10.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created using wingetcreate 1.10.3.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json

PackageIdentifier: MutagenModding.Spriggit
PackageVersion: 0.38.7
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.10.0