From 4351f8ab2d1b94f78631fb4107155b584ac22ab4 Mon Sep 17 00:00:00 2001 From: KoalaBear Date: Tue, 6 Apr 2021 08:41:09 +0200 Subject: [PATCH] - Clean dotnet restore command --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 38d09f62..fa3e35eb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -64,7 +64,7 @@ jobs: run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/v} - name: Restore with dotnet - run: dotnet restore src/OpenDirectoryDownloader --configuration Release -p:Version=${{ steps.get_version.outputs.VERSION }} + run: dotnet restore src/OpenDirectoryDownloader - name: Build with dotnet run: dotnet build src/OpenDirectoryDownloader --configuration Release -p:Version=${{ steps.get_version.outputs.VERSION }}