Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi authored Sep 21, 2023
1 parent 02d7ce0 commit f1e1e35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,14 +210,9 @@ jobs:
name: msstore-workspace
- name: Setup MSbuild
uses: microsoft/[email protected]
- name: Build MSIX
run: |
& 'C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/makeappx.exe' pack /d . /p Tonbrett.msix
- name: Configure the Microsoft Store CLI
run: |
Install-Module -Name StoreBroker -Force
- name: Setup MSbuild
uses: microsoft/[email protected]
- name: Login to MSStore
env:
CLIENT_ID: ${{ secrets.MS_CLIENT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.13.6"
version = "1.14.1"

repositories {
mavenCentral()
Expand Down

0 comments on commit f1e1e35

Please sign in to comment.