Skip to content

Bump version numbers #2

Bump version numbers

Bump version numbers #2

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
- run: dotnet build HSPlugins.sln --configuration Release
- uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}_${{ github.sha }}
path: bin/build/**/*.dll