chore: rename Windows Store builds

This commit is contained in:
Jan De Dobbeleer 2022-05-29 00:47:10 +02:00
parent 42be6ab608
commit 63e8f3791f
No known key found for this signature in database
GPG key ID: F6CC273CE5BA9AEE
2 changed files with 3 additions and 3 deletions

View file

@ -64,7 +64,7 @@ jobs:
ref: 'main', ref: 'main',
inputs: {"version": process.env.GITHUB_REF.replace('refs/tags/v', '')} inputs: {"version": process.env.GITHUB_REF.replace('refs/tags/v', '')}
}) })
- name: Notify App Store Build 👋 - name: Notify Windows Store Build 👋
uses: actions/github-script@v5 uses: actions/github-script@v5
with: with:
github-token: ${{ secrets.GH_PAT }} github-token: ${{ secrets.GH_PAT }}

View file

@ -1,4 +1,4 @@
name: Submit Oh My Posh to the Windows Store name: Windows Store
on: on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
@ -8,7 +8,7 @@ on:
jobs: jobs:
microsoft_store: microsoft_store:
name: Publish Microsoft Store name: Publish To Windows Store
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Configure Store Credentials 🔑 - name: Configure Store Credentials 🔑