mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -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',
|
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 }}
|
||||||
|
|
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:
|
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 🔑
|
||||||
|
|
Loading…
Reference in a new issue