Skip to content

Commit

Permalink
Fix windows signing config
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Sep 29, 2024
1 parent 255814b commit cad8fa8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ jobs:
api-token: ${{ secrets.SIGNPATH_KEY }}
organization-id: e6101c42-2f2b-468e-9bf4-225c01ba183f
project-slug: tonbrett
signing-policy-slug: test-signing
signing-policy-slug: release-signing
artifact-configuration-slug: tonbrett
github-artifact-id: '${{ steps.upload.outputs.artifact-id }}'
wait-for-completion-timeout-in-seconds: 36288000 # SignPath needs to manually validate this, so let's give this a week
Expand Down
2 changes: 1 addition & 1 deletion app/desktop/msix/appxmanifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" xmlns:uap10="http://schemas.microsoft.com/appx/manifest/uap/windows10/10">
<!-- DO NOT EDIT THIS VERSION IT IS UPDATED AUTOMATICALLY -->
<Identity Name="dev.schlaubi.Tonbrett" Version="0.0.0.0" Publisher="CN=SignPath Foundation, O=SignPath Foundation, C=US, S=DE, L=Lewes" ProcessorArchitecture="x64" />
<Identity Name="dev.schlaubi.Tonbrett" Version="0.0.0.0" Publisher="CN=SignPath Foundation, O=SignPath Foundation, L=Lewes, S=Delaware, C=US" ProcessorArchitecture="x64" />
<Properties>
<DisplayName>Tonbrett</DisplayName>
<PublisherDisplayName>Schlaubi</PublisherDisplayName>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.22.1"
version = "1.22.2"

repositories {
mavenCentral()
Expand Down

0 comments on commit cad8fa8

Please sign in to comment.