Skip to content

Bump ArtemisRGB.UI.Shared from 1.2024.223.16 to 1.2024.225.6 #8

Bump ArtemisRGB.UI.Shared from 1.2024.223.16 to 1.2024.225.6

Bump ArtemisRGB.UI.Shared from 1.2024.223.16 to 1.2024.225.6 #8

Workflow file for this run

name: Build Plugins
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- name: Clone Plugins
uses: actions/checkout@v3
- name: Build Plugins
run: dotnet publish -c Release src
- name: Install Plugin Uploader
run: dotnet tool install ArtemisRGB.Tools.PluginUploader --global
- name: Upload
if: github.ref == 'refs/heads/master'
run: artemis-plugin-uploader upload-all --pat ${{ secrets.WORKSHOP_PAT }} --folder src