From 4985038d940ab8eaab89d85f08840a02bc4263c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CCarson?= Date: Mon, 12 Oct 2020 17:32:49 -0400 Subject: [PATCH] grab nuget package before make --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5288c20..4e6e21c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,6 +29,7 @@ jobs: git -c user.name="Github Actions" -c user.email="dyc3@users.noreply.github.com" commit -m "Update version" AssemblyInfo.cs - name: Build run: | + nuget restore SteamAuth/SteamAuth/SteamAuth.sln make mv build steamguard-cli-v${{ github.event.inputs.version }} tar -cf steamguard-cli-v${{ github.event.inputs.version }}.tar.gz steamguard-cli-v${{ github.event.inputs.version }}