Skip to content

Commit

Permalink
correct workflow naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jxy-s committed Nov 13, 2024
1 parent aa6f796 commit c925d19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-winget-canary.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update winget canary manifest
name: Update canary winget manifest

on:
workflow_dispatch:
Expand All @@ -7,14 +7,14 @@ on:

jobs:
winget:
name: Publish winget package
name: Update winget manifest
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.PUSH_TOKEN }}
ref: main
- name: Publish winget manifest
- name: Generate winget manifest
run: .\winget\Publish.ps1 -Channel Canary -Version Latest -Output .\winget\
- name: Update winget manifest
run: |
Expand Down

0 comments on commit c925d19

Please sign in to comment.