Skip to content

remove .net install step, comes by default in the image #9

remove .net install step, comes by default in the image

remove .net install step, comes by default in the image #9

Workflow file for this run

name: Build Plugins
on: push
jobs:
build:
if: ${{ github.repository != 'Artemis-RGB/Artemis.PluginTemplate' && '[ -f .template ]' }}
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v2
- name: Build
run: dotnet publish -c Release src
# You'll need to fill in the name of your plugin here
# - name: Upload
# uses: actions/upload-artifact@v3
# with:
# path: src/{{pluginName}}/bin/x64/Release/net7.0/publish