From f57cb7eeda7419d0012619cba7e0c4cf4df3410e Mon Sep 17 00:00:00 2001 From: pBouillon Date: Sun, 22 May 2022 18:07:58 +0200 Subject: [PATCH] =?UTF-8?q?Checkout=20the=20project=20before=20pack=20(?= =?UTF-8?q?=F0=9F=A4=A6=E2=80=8D=E2=99=82=EF=B8=8F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/nuget.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index cff25fe..ff7881e 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -8,6 +8,7 @@ jobs: name: push on nuget runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v2 with: dotnet-version: 6.0.x