Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Fix plugin ID (sddiscord vs discord)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Nov 28, 2020
1 parent e74772a commit ad627a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ${{matrix.build-type}}-StreamDeckPlugin
path: com.fredemmott.sddiscord.streamDeckPlugin
path: com.fredemmott.discord.streamDeckPlugin
strategy:
matrix:
build-type: [Release, Debug]
Expand Down Expand Up @@ -123,15 +123,15 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: ${{runner.temp}}/artifacts/Release-StreamDeckPlugin/com.fredemmott.sddiscord.streamDeckPlugin
asset_name: com.fredemmott.sddiscord.streamDeckPlugin
asset_path: ${{runner.temp}}/artifacts/Release-StreamDeckPlugin/com.fredemmott.discord.streamDeckPlugin
asset_name: com.fredemmott.discord.streamDeckPlugin
asset_content_type: application/octet-stream
- name: Attach Debug Build
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: ${{runner.temp}}/artifacts/Debug-StreamDeckPlugin/com.fredemmott.sddiscord.streamDeckPlugin
asset_name: debug-com.fredemmott.sddiscord.streamDeckPlugin
asset_path: ${{runner.temp}}/artifacts/Debug-StreamDeckPlugin/com.fredemmott.discord.streamDeckPlugin
asset_name: debug-com.fredemmott.discord.streamDeckPlugin
asset_content_type: application/octet-stream

0 comments on commit ad627a4

Please sign in to comment.