Skip to content

Use checkout v6 and .net 10 in the example #10

Use checkout v6 and .net 10 in the example

Use checkout v6 and .net 10 in the example #10

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@v6
- 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/net10.0/publish