From d9b9316ea504a6f3705b813c9674834dfc5afc2e Mon Sep 17 00:00:00 2001 From: Tomasz Cielecki Date: Wed, 8 Apr 2020 20:30:13 +0200 Subject: [PATCH] Add checkout action... --- .github/workflows/release-nuget.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-nuget.yml b/.github/workflows/release-nuget.yml index fa1ee3c..a862011 100644 --- a/.github/workflows/release-nuget.yml +++ b/.github/workflows/release-nuget.yml @@ -9,6 +9,8 @@ jobs: runs-on: windows-latest steps: + - uses: actions/checkout@v1 + - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: