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',
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
with:
github-token: ${{ secrets.GH_PAT }}

View file

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