From 501a900e7a0be0d372ef31a3a9f0392f06de7881 Mon Sep 17 00:00:00 2001 From: Valtos Date: Sat, 18 May 2024 10:59:29 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=B0=20=D0=BF=D0=BE=D1=88=D1=91=D0=BB?= =?UTF-8?q?=20=D1=82=D1=8B=20=D0=BD=D0=B0=D1=85=D1=83=D0=B9=20=D0=BF=D0=B8?= =?UTF-8?q?=D0=BD=D0=B4=D0=BE=D1=81=D0=BE=D1=84=D1=82=20=D0=B5=D0=B1=D0=B0?= =?UTF-8?q?=D0=BD=D1=8B=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c32fd0b091..5a9248d5cf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,16 +22,16 @@ jobs: with: dotnet-version: '8.0.205' - - name: Update Directory.Packages.props - run: | - dotnet --list-sdks - cp -f global.json RobustToolbox/ - - name: Get Engine Tag run: | cd RobustToolbox git fetch --depth=1 + - name: Update Directory.Packages.props + run: | + dotnet --list-sdks + cp -f global.json RobustToolbox/ + - name: Install dependencies run: dotnet restore