Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
visose committed Dec 13, 2022
1 parent 95d75ce commit 280f6f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ on:

jobs:
publish:
runs-on: windows-2022
runs-on: windows-2019

steps:
- uses: actions/checkout@v2
- run: dotnet run --project "build/Robots.Build/Robots.Build.csproj" ${{ github.event.inputs.commands }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
YAK_TOKEN: ${{ secrets.YAK_TOKEN }}
NUGET_KEY: ${{ secrets.NUGET_KEY }}
NUGET_KEY: ${{ secrets.NUGET_KEY }}
1 change: 1 addition & 0 deletions build/Robots.Build/Robots.Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<NoWarn>CA1852</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 280f6f6

Please sign in to comment.