Skip to content

Commit

Permalink
finally?
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotr7 committed Feb 21, 2024
1 parent 78ae872 commit 355ea94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 74 deletions.
56 changes: 6 additions & 50 deletions .github/workflows/build.yml
Expand Up @@ -11,55 +11,11 @@ jobs:
uses: actions/checkout@v3

- name: Build Plugins
run: dotnet publish -c Release src/Artemis.Plugins.diogotr7.sln
run: dotnet publish -c Release src

#msbuild is dumb so we have to upload one at a time :)
#https://github.com/dotnet/sdk/issues/7238
- name: Install Plugin Uploader
run: dotnet tool install ArtemisRGB.Tools.PluginUploader --global

- name: Upload Discord
uses: actions/upload-artifact@v3
with:
name: Discord
path: src/Artemis.Plugins.Modules.Discord/bin/x64/Release/net8.0/publish

- name: Upload OBS
uses: actions/upload-artifact@v3
with:
name: OBS
path: src/Artemis.Plugins.Modules.OBS/bin/x64/Release/net8.0/publish

- name: Upload Spotify
uses: actions/upload-artifact@v3
with:
name: Spotify
path: src/Artemis.Plugins.Modules.Spotify/bin/x64/Release/net8.0/publish

- name: Upload Chroma
uses: actions/upload-artifact@v3
with:
name: Chroma
path: src/Artemis.Plugins.LayerBrushes.Chroma/bin/x64/Release/net8.0-windows/publish

- name: Upload Gif
uses: actions/upload-artifact@v3
with:
name: Gif
path: src/Artemis.Plugins.LayerBrushes.Gif/bin/x64/Release/net8.0/publish

- name: Upload VoiceMeeter
uses: actions/upload-artifact@v3
with:
name: VoiceMeeter
path: src/Artemis.Plugins.Modules.VoiceMeeter/bin/x64/Release/net8.0/publish

- name: Upload Ping
uses: actions/upload-artifact@v3
with:
name: Ping
path: src/Artemis.Plugins.Nodes.Ping/bin/x64/Release/net8.0/publish

- name: Upload Keyboard Layout
uses: actions/upload-artifact@v3
with:
name: Keyboard Layout
path: src/Artemis.Plugins.Modules.KeyboardLayout/bin/x64/Release/net8.0/publish
- name: Upload
if: github.ref == 'refs/heads/master'
run: artemis-plugin-uploader upload-all --pat ${{ secrets.WORKSHOP_PAT }} --folder src
23 changes: 0 additions & 23 deletions .github/workflows/deploy.yml

This file was deleted.

1 change: 0 additions & 1 deletion src/Artemis.Plugins.diogotr7.sln
Expand Up @@ -22,7 +22,6 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GithubActions", "GithubActions", "{87BB1199-B6B2-4FF5-8891-F8E4C951ABCA}"
ProjectSection(SolutionItems) = preProject
..\.github\workflows\build.yml = ..\.github\workflows\build.yml
..\.github\workflows\deploy.yml = ..\.github\workflows\deploy.yml
EndProjectSection
EndProject
Global
Expand Down

0 comments on commit 355ea94

Please sign in to comment.