grab nuget package before make
This commit is contained in:
parent
ddd8c7eb1b
commit
4985038d94
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue