Skip to content

Commit

Permalink
Update UploadBothToESOUI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barny22 authored Oct 24, 2024
1 parent 6d3ac70 commit cb49030
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/UploadBothToESOUI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ jobs:
-AddonId "2373" `
-Version "${{ env.ADDON_VERSION }}" `
-FilePath "./CombatMetronome_2373.zip" `
-Changelog "./CombatMetronome/Changelog.txt" `
-ChangelogFilePath "./CombatMetronome/Changelog.txt" `
-Compatible $PATCH_ID `
-Description "./CombatMetronome/ReadmeOriginal.md" `
-ReadmeFilePath "./CombatMetronome/ReadmeOriginal.md" `
-TestOnly $true
- name: Upload Addon 3790 to ESOUI with PowerShell
Expand All @@ -123,7 +123,7 @@ jobs:
-AddonId "3790" `
-Version "${{ env.ADDON_VERSION }}" `
-FilePath "./CombatMetronome_3790.zip" `
-Changelog "./CombatMetronome/Changelog.txt" `
-ChangelogFilePath "./CombatMetronome/Changelog.txt" `
-Compatible $PATCH_ID `
-Description "./CombatMetronome/ReadmeUpdated.md" `
-ReadmeFilePath "./CombatMetronome/ReadmeUpdated.md" `
-TestOnly $true

0 comments on commit cb49030

Please sign in to comment.