grab nuget package before make

This commit is contained in:
“Carson 2020-10-12 17:32:49 -04:00
parent ddd8c7eb1b
commit 4985038d94

View file

@ -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 }}