Skip to content

Bump ArtemisRGB.UI.Shared from 1.2023.1017.2 to 1.2024.130.4 #33

Bump ArtemisRGB.UI.Shared from 1.2023.1017.2 to 1.2024.130.4

Bump ArtemisRGB.UI.Shared from 1.2023.1017.2 to 1.2024.130.4 #33

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'
- name: Clone Plugins
uses: actions/checkout@v2
- name: Build Plugin
run: dotnet publish -c Release src/Artemis.Plugins.Mqtt.sln
- name: Upload
uses: actions/upload-artifact@v2
with:
name: Artemis.Plugins.Mqtt
path: src/Artemis.Plugins.Mqtt/bin/x64/Release/net7.0/publish