mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
chore: rename Windows Store builds
This commit is contained in:
parent
42be6ab608
commit
63e8f3791f
2
.github/workflows/inno.yml
vendored
2
.github/workflows/inno.yml
vendored
|
@ -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 }}
|
||||
|
|
4
.github/workflows/microsoft_store.yml
vendored
4
.github/workflows/microsoft_store.yml
vendored
|
@ -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 🔑
|
||||
|
|
Loading…
Reference in a new issue