Skip to content

Bump ArtemisRGB.UI.Shared from 1.2024.302.1 to 1.2024.321.2 #17

Bump ArtemisRGB.UI.Shared from 1.2024.302.1 to 1.2024.321.2

Bump ArtemisRGB.UI.Shared from 1.2024.302.1 to 1.2024.321.2 #17

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