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 e9366e7 commit 3d5a839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/UploadBothToESOUI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Upload Addon 2373 to ESOUI with PowerShell
shell: pwsh
run: |
./.github/scripts/upload_to_esoui.ps1 `
./CombatMetronome/.github/scripts/upload_to_esoui.ps1 `
-ApiToken "${{ secrets.ESOUI_API_TOKEN }}" `
-AddonId "2373" `
-Version "${{ env.ADDON_VERSION }}" `
Expand All @@ -118,7 +118,7 @@ jobs:
- name: Upload Addon 3790 to ESOUI with PowerShell
shell: pwsh
run: |
./.github/scripts/upload_to_esoui.ps1 `
./CombatMetronome/.github/scripts/upload_to_esoui.ps1 `
-ApiToken "${{ secrets.ESOUI_API_TOKEN }}" `
-AddonId "3790" `
-Version "${{ env.ADDON_VERSION }}" `
Expand Down

0 comments on commit 3d5a839

Please sign in to comment.