Skip to content

fix variable mix up #22

fix variable mix up

fix variable mix up #22

Workflow file for this run

name: .NET Build
on:
push:
branches: [ main ]
jobs:
build:
runs-on: windows-2019
steps:
- uses: actions/[email protected]
- name: Build
run: dotnet build --configuration Release --no-restore
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
- name: Create Release
id: create_release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
title: Release ${{ github.sha }}
files: ./SolarFlare/bin/Release/SolarFlare.exe
prerelease: false