Skip to content

Commit

Permalink
Swapped to Action from manual download.
Browse files Browse the repository at this point in the history
Maybe it just works?
  • Loading branch information
MoSadie committed Jul 5, 2023
1 parent c121f4f commit 1a53133
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,24 +180,13 @@ jobs:
- name: Generate Stream Deck Plugin
working-directory: ./StreamDeckPlugin
run: './gradlew.bat run --no-daemon'

# Download DistributionTool from Elgato
- name: Download DistributionTool
uses: carlosperate/[email protected]
with:
file-url: 'https://developer.elgato.com/documentation/stream-deck/distributiontool/DistributionToolWindows.zip'

# Unzip DistributionTool
- name: Unzip DistributionTool
uses: DuckSoft/[email protected]
with:
pathSource: './DistributionToolWindows.zip'
pathTarget: './StreamDeckPlugin'

# Run DistributionTool
- name: Run DistributionTool
working-directory: './StreamDeckPlugin'
run: './DistributionTool.exe -b -i com.mosadie.effectmc.sdPlugin -o .'
uses: AdamCarballo/[email protected]
with:
input: './StreamDeckPlugin/com.mosadie.effectmc.sdPlugin'
output: './StreamDeckPlugin'

# Upload Artifact
- name: Upload Artifact
Expand Down

0 comments on commit 1a53133

Please sign in to comment.