Skip to content

Commit

Permalink
Update UpdateWinget.yml
Browse files Browse the repository at this point in the history
update komac code for version 2.3.0
  • Loading branch information
jnichols35 authored Jun 29, 2024
1 parent b03434d commit 6fbaca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/UpdateWinget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Run Komac - p81
uses: michidk/[email protected]
with:
args: 'update -i ${{ steps.app1.outputs.package_id }} -v ${{ steps.app1.outputs.version_number }} --urls ${{ steps.app1.outputs.msi_url }} --submit --token ${{ secrets.GH_TOKEN }}'
args: 'update ${{ steps.app1.outputs.package_id }} -v ${{ steps.app1.outputs.version_number }} --urls ${{ steps.app1.outputs.msi_url }} --submit --token ${{ secrets.GH_TOKEN }}'

0 comments on commit 6fbaca7

Please sign in to comment.